]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 961] refclock_tpro.c:tpro_poll() calls refclock_receive() twice
authorHarlan Stenn <stenn@ntp.org>
Tue, 13 Nov 2007 21:57:44 +0000 (16:57 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 13 Nov 2007 21:57:44 +0000 (16:57 -0500)
bk: 473a1dd8RCLu1LREm6EHH5h3bZBqDg

ChangeLog
ntpd/refclock_tpro.c

index 27b0072af9c123781129c0638f535a8e79d28433..46308f85dc2a86058b1677774f739e9890745144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 961] refclock_tpro.c:tpro_poll() calls refclock_receive() twice.
 * [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
   override the standard parameters from the ImagePath registry key.
 * Added HAVE_INT32_T to the Windows config.h to avoid duplicate definitions.
index 3c9ddf7eb761db594f1d79bdfd048c545b1a1f79..860f8bab525e9dac802d74c8f0bb951fd9b69025 100644 (file)
@@ -204,7 +204,6 @@ tpro_poll(
                refclock_report(peer, CEVNT_TIMEOUT);
                return;
        }
-       refclock_receive(peer);
        pp->lastref = pp->lastrec;
        record_clock_stats(&peer->srcadr, pp->a_lastcode);
        refclock_receive(peer);