]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, refclock_parse.c:
authorHarlan Stenn <stenn@ntp.org>
Wed, 18 Aug 1999 04:22:56 +0000 (04:22 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 18 Aug 1999 04:22:56 +0000 (04:22 -0000)
  * ntpd/refclock_parse.c (local_input): ts.l_ui -> ts.fp.l_ui

bk: 37ba3520tuidW4cGBcPcjtFopEvA6A

ChangeLog
ntpd/refclock_parse.c

index f8766f8af96e0245ea6d3bb35a7cf504a2e6c2d4..67f712bbf0be974dbab3fe893c878544c9e9612e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-18  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * ntpd/refclock_parse.c (local_input): ts.l_ui -> ts.fp.l_ui
+
 1999-08-11  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * configure.in: 4.0.96p1
index 4274564744b537d3d839416771730c49ab84600f..3c62234d053fbc82770c0b1813fccd4ef59172e4 100644 (file)
@@ -1935,7 +1935,7 @@ local_input(
                                        TVTOTS(&dcd_time, &tstmp);
                                        tstmp.l_ui += JAN_1970;
                                        L_SUB(&ts.fp, &tstmp);
-                                       if (ts.l_ui == 0)
+                                       if (ts.fp.l_ui == 0)
                                        {
 #ifdef DEBUG
                                                if (debug)