Blame SOURCES/ntp-4.2.6p5-staunsync.patch

6e16f6
diff -up ntp-4.2.6p5/ntpd/ntp_loopfilter.c.staunsync ntp-4.2.6p5/ntpd/ntp_loopfilter.c
6e16f6
--- ntp-4.2.6p5/ntpd/ntp_loopfilter.c.staunsync	2017-09-20 10:38:35.776437535 +0200
6e16f6
+++ ntp-4.2.6p5/ntpd/ntp_loopfilter.c	2017-09-20 10:40:47.240562306 +0200
6e16f6
@@ -935,9 +935,9 @@ loop_config(
6e16f6
 		pll_control = 1;
6e16f6
 		memset(&ntv, 0, sizeof(ntv));
6e16f6
 		ntv.modes = MOD_BITS;
6e16f6
-		ntv.status = STA_PLL;
6e16f6
-		ntv.maxerror = MAXDISPERSE;
6e16f6
-		ntv.esterror = MAXDISPERSE;
6e16f6
+		ntv.status = STA_PLL | STA_UNSYNC;
6e16f6
+		ntv.maxerror = MAXDISPERSE * 1e6;
6e16f6
+		ntv.esterror = MAXDISPERSE * 1e6;
6e16f6
 		ntv.constant = sys_poll;
6e16f6
 #ifdef SIGSYS
6e16f6
 		/*