Blame SOURCES/ntp-4.2.6p5-leapreset.patch

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