aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hlr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hlr.c b/src/hlr.c
index c544310..f374ccc 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -47,6 +47,7 @@
#include "hlr_ussd.h"
struct hlr *g_hlr;
+static void *hlr_ctx = NULL;
static int quit = 0;
/* Trigger 'Insert Subscriber Data' messages to all connected GSUP clients.
@@ -608,8 +609,6 @@ static void handle_options(int argc, char **argv)
}
}
-static void *hlr_ctx = NULL;
-
static void signal_hdlr(int signal)
{
switch (signal) {