]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
manycast poll bugfix from Dave Mills.
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Apr 2004 00:20:20 +0000 (20:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Apr 2004 00:20:20 +0000 (20:20 -0400)
bk: 40846cc4EOEygDGkEIQamGI3S5HWAg

ntpd/ntp_proto.c

index d1370121ea520b52f5bbae8549045d6b1d5da53e..583ec0a0b6c914596335b9323875932667d14100 100644 (file)
@@ -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) {