From ee53d816cec815d070e4542f516215948ec99957 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 22 May 2014 14:38:33 +0200 Subject: [PATCH] reference: fix logging of initial unsynchronized tracking entry --- reference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.c b/reference.c index e6b7d31..b1a6386 100644 --- a/reference.c +++ b/reference.c @@ -161,7 +161,7 @@ REF_Initialise(void) double file_freq_ppm, file_skew_ppm; double our_frequency_ppm; - mode = REF_ModeIgnore; + mode = REF_ModeNormal; are_we_synchronised = 0; our_leap_status = LEAP_Unsynchronised; our_leap_sec = 0;