]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2691] Wrong variable name in refclock_ripencc.c
authorHarlan Stenn <stenn@ntp.org>
Fri, 19 Dec 2014 02:42:38 +0000 (21:42 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 19 Dec 2014 02:42:38 +0000 (21:42 -0500)
bk: 5493909eO4rCdRFGXbrVqdcqBOjs0g

ChangeLog
ntpd/refclock_ripencc.c

index a6680c32ed539a1949916186e55515c3cfd91db0..f47ecb33aca03d7d9af53e0d4467b7fb06bd7769 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2691] Wrong variable name in refclock_ripencc.c.
 (4.2.7p486-RC) 2014/12/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2687] RefClock 26/hpgps doesn't work at default line speed
 (4.2.7p485-RC) 2014/12/12 Released by Harlan Stenn <stenn@ntp.org>
index 75d8f38fc5fd6bf08f699808f55dcbdf7b4aa5dc..602ca9d6aa1485b0a5801dea3d681aa89b41d277 100644 (file)
@@ -680,7 +680,7 @@ ripencc_ppsapi(
                                "refclock_ripencc: time_pps_kcbind failed: %m");
                        return (0);
                }
-               pps_enable = 1;
+               hardpps_enable = 1;
        }
        peer->precision = PPS_PRECISION;