From: Frank Kardel Date: Sat, 26 May 2007 13:29:05 +0000 (+0000) Subject: ChangeLog: X-Git-Tag: NTP_4_2_5P38~2^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8699faf1d0554a35ff2bd86546db57b048a18e11;p=thirdparty%2Fntp.git ChangeLog: Bug 840: do fudge configuration AFTER peers (thus refclocks) have been configured ntp_config.c: Bug 840: do fudge configuration AFTER peers (thus refclocks) have been configured bk: 46583621vZ_CyromgzO4rO-tbaF7-w --- diff --git a/ChangeLog b/ChangeLog index 39e1810b9..ae0a26518 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 840] do fudge configuration AFTER peers (thus refclocks) have been configured * [Bug 832] Add libisc/log.c headers to the distribution. * [Bug 808] Only write the drift file if we are in state 4. * Initial import of libisc/log.c and friends. diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index af1ebb1f2..a125d154e 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -1768,10 +1768,10 @@ static void config_ntpd() config_setvar(); config_ttl(); config_trap(); - config_fudge(); config_vars(); config_other_modes(); config_peers(); + config_fudge(); } #ifdef SIM