* ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
wrong config flag.
From: <justin_forrester@hp.com>
bk: 3b61e364dgMEYCgeUxqahY5dkB-ZDg
+2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
+ wrong config flag.
+ From: <justin_forrester@hp.com>
+
2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu>
* configure.in: 4.0.99m-rc3
break;
case CONF_CLOCK_PANIC:
- loop_config(LOOP_MAX, ftemp);
+ loop_config(LOOP_PANIC, ftemp);
break;
case CONF_CLOCK_PHI: