summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gpsd.c b/gpsd.c
index 0fda316b..b794fe32 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -59,8 +59,9 @@ static int debuglevel;
static bool in_background = false;
static jmp_buf restartbuf;
/*@ -initallelements -nullassign -nullderef @*/
-static struct gps_context_t context = {0, LEAP_SECONDS, CENTURY_BASE,
- 0, 0, {'\0'}, 0,
+static struct gps_context_t context = {0,
+ false, 0, 0, 0, {'\0'}, 0,
+ LEAP_SECONDS, CENTURY_BASE,
#ifdef NTPSHM_ENABLE
{0},
{0},