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
+* [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.
config_setvar();
config_ttl();
config_trap();
- config_fudge();
config_vars();
config_other_modes();
config_peers();
+ config_fudge();
}
#ifdef SIM