From: Harlan Stenn Date: Wed, 26 Jul 2006 05:04:24 +0000 (-0400) Subject: [Bug 479] -P needs to set priority_done=0 X-Git-Tag: NTP_4_2_3P21~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c979f9a94ecda19aa5e05886ef1d5923f3a9c2b;p=thirdparty%2Fntp.git [Bug 479] -P needs to set priority_done=0 bk: 44c6f7d8XPUDrqAyrVy6uX1IGrcYqQ --- diff --git a/ntpd/ntpd.c b/ntpd/ntpd.c index ae81f90b1..37b8370f4 100644 --- a/ntpd/ntpd.c +++ b/ntpd/ntpd.c @@ -557,6 +557,7 @@ ntpdmain( if (HAVE_OPT( PRIORITY )) { config_priority = OPT_VALUE_PRIORITY; config_priority_override = 1; + priority_done = 0; } #endif