From: Harlan Stenn Date: Fri, 19 Dec 2014 02:42:38 +0000 (-0500) Subject: [Bug 2691] Wrong variable name in refclock_ripencc.c X-Git-Tag: NTP_4_2_8~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4275db405c0d468dfe81004cf689db1ca0ca8b19;p=thirdparty%2Fntp.git [Bug 2691] Wrong variable name in refclock_ripencc.c bk: 5493909eO4rCdRFGXbrVqdcqBOjs0g --- diff --git a/ChangeLog b/ChangeLog index a6680c32e..f47ecb33a 100644 --- 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 * [Bug 2687] RefClock 26/hpgps doesn't work at default line speed (4.2.7p485-RC) 2014/12/12 Released by Harlan Stenn diff --git a/ntpd/refclock_ripencc.c b/ntpd/refclock_ripencc.c index 75d8f38fc..602ca9d6a 100644 --- a/ntpd/refclock_ripencc.c +++ b/ntpd/refclock_ripencc.c @@ -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;