]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 479] -P needs to set priority_done=0
authorHarlan Stenn <stenn@ntp.org>
Wed, 26 Jul 2006 05:04:24 +0000 (01:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 26 Jul 2006 05:04:24 +0000 (01:04 -0400)
bk: 44c6f7d8XPUDrqAyrVy6uX1IGrcYqQ

ntpd/ntpd.c

index ae81f90b135016b4dbe12813f7007d21ced54f51..37b8370f436e2b44a83772e42e5f87aee162bd46 100644 (file)
@@ -557,6 +557,7 @@ ntpdmain(
        if (HAVE_OPT( PRIORITY )) {
                config_priority = OPT_VALUE_PRIORITY;
                config_priority_override = 1;
+               priority_done = 0;
        }
 #endif