Blame SOURCES/ntp-4.2.6p5-leapreset.patch

6e16f6
commit 5f0420ad1ee3528bf83a28ea54c51af2b09ecfa5
6e16f6
Author:  <harlan@hms-mbp11.local>
6e16f6
Date:   Mon Nov 19 20:17:35 2012 -0800
6e16f6
6e16f6
    [Bug 2246] Clear sys_leap when voting says to disarm the leap
6e16f6
6e16f6
diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c
6e16f6
index 1259d52..397a80f 100644
6e16f6
--- a/ntpd/ntp_proto.c
6e16f6
+++ b/ntpd/ntp_proto.c
6e16f6
@@ -1948,6 +1948,7 @@ clock_update(
6e16f6
 		} else if (leapsec > 0) {
6e16f6
 			report_event(EVNT_DISARMED, NULL, NULL);
6e16f6
 			leapsec = 0;
6e16f6
+			sys_leap = LEAP_NOWARNING;
6e16f6
 		}
6e16f6
 		break;
6e16f6