From: Harlan Stenn Date: Thu, 11 May 2000 03:25:51 +0000 (-0000) Subject: README, ntp_proto.c: X-Git-Tag: NTP_4_0_99_J~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369fa1e8cd5726a214a0b66895f412537c8a985c;p=thirdparty%2Fntp.git README, ntp_proto.c: Add bugs@ntp.org to README, Dave cleaned up ntp_proto.c AUTOKEY #endif. bk: 391a283f999UIgw7zaZh23lLLlTsfQ --- diff --git a/README b/README index a5916d856..ce516056b 100644 --- a/README +++ b/README @@ -1,4 +1,7 @@ -The ntp Distribution Base Directory + +Send patches and bug reports to . + + The ntp Distribution Base Directory This directory and its subdirectories contain the Network Time Protocol Version 4 (NTP) distribution for Unix and Windows/NT systems. This release diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 72f79bc4c..c44a10805 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -1023,7 +1023,7 @@ clock_update(void) report_event(EVNT_SYNCCHG, (struct peer *)0); #ifdef AUTOKEY expire_all(); -#endif +#endif /* AUTOKEY */ } if (ostratum != sys_stratum) report_event(EVNT_PEERSTCHG, (struct peer *)0);