]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
reference: fix logging of initial unsynchronized tracking entry
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 22 May 2014 12:38:33 +0000 (14:38 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 23 May 2014 10:00:16 +0000 (12:00 +0200)
reference.c

index e6b7d31bf3e6f735b6d7d72530fe18ee2d2bfc52..b1a638657351ff8435afa467a7ba28fed1c15c3e 100644 (file)
@@ -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;