From: Harlan Stenn Date: Tue, 20 Apr 2004 00:20:20 +0000 (-0400) Subject: manycast poll bugfix from Dave Mills. X-Git-Tag: NTP_4_2_3~170^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882a8c3e71847c52dc8a3b5da3aa2747bf36f116;p=thirdparty%2Fntp.git manycast poll bugfix from Dave Mills. bk: 40846cc4EOEygDGkEIQamGI3S5HWAg --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index d1370121e..583ec0a0b 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -137,9 +137,9 @@ transmit( * This is to catch and clamp the ttl to the lowest * practical value and avoid knocking on spurious doors. */ + peer->outdate = current_time; if (sys_survivors < sys_minclock && peer->ttl < sys_ttlmax) - peer->outdate = current_time; peer->ttl++; } else { if (peer->burst == 0) {