This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/1718
cmdline_opts_fu
Change-Id: I4e5f0e46fc588df75b1b2206b055e9fe844d6333
---
M src/hlr.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/18/1718/1
diff --git a/src/hlr.c b/src/hlr.c
index e9d53cf..6fc9604 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -534,7 +534,7 @@
printf(" -e --log-level number Set a global loglevel.\n");
}
-struct {
+static struct {
const char *db_file;
bool daemonize;
} cmdline_opts = {
--
To view, visit https://gerrit.osmocom.org/1718
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e5f0e46fc588df75b1b2206b055e9fe844d6333
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>