]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1438] Remove dead code from sntp/networking.c
authorHarlan Stenn <stenn@ntp.org>
Tue, 9 Feb 2010 09:02:59 +0000 (04:02 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 9 Feb 2010 09:02:59 +0000 (04:02 -0500)
bk: 4b7124c3BdogadDEh4HiikkPs5sBJg

ChangeLog
sntp/networking.c

index e9ff50aaf56d3482a199f4584204f94d12729951..bc1247669e1b56a8be82448263200782d1208887 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 ---
 
 * [Bug 1140] Clean up debug.html, decode.html, and ntpq.html.
+* [Bug 1438] Remove dead code from sntp/networking.c.
 * [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT.
 * [Bug 1478] linking fails with undefined reference EVP_MD_pkey_type.
 * [Bug 1479] Compilation fails because of not finding readline headers.
index 9aaff7a1b524290ae5548596ac3497bbaeb7260c..a73585d1cb20e362c4c044fec308c8464885e18f 100644 (file)
@@ -287,7 +287,6 @@ recv_bcst_data (
                timeout_tv.tv_sec = 68; /* ntpd broadcasts every 64s */
        
        switch(select(rsock + 1, &bcst_fd, 0, 0, &timeout_tv)) {
-               FD_CLR(rsock, &bcst_fd);
                
                case -1: 
                        if(ENABLED_OPT(NORMALVERBOSE))