]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3593] ntpd discards silently nmea messages after the 5th string
authorJuergen Perlinger <perlinger@ntp.org>
Fri, 4 Oct 2019 05:29:17 +0000 (07:29 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Fri, 4 Oct 2019 05:29:17 +0000 (07:29 +0200)
bk: 5d96d8adncz86y2gU5P9Ba57u6e20A

ChangeLog
libntp/recvbuff.c

index dab3e21b5f93b0c7fcacc1117707287fd0248283..f49b6ccb085e033ab00010216c17b1798254da1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
 * [Bug 3601] Tests fail to link on platforms with ntp_cv_gc_sections_runs=no <perlinger@ntp.org>
 * [Bug 3599] Build fails on linux-m68k due to alignment issues <perlinger@ntp.org>
   - added padding as suggested by John Paul Adrian Glaubitz 
+* [Bug 3593] ntpd discards silently nmea messages after the 5th string <perlinger@ntp.org>
 * [Bug 3590] Update refclock_oncore.c to the new GPS date API <perlinger@ntp.org>
 * [Bug 3585] Unity tests mix buffered and unbuffered output <perlinger@ntp.org>
   - stdout+stderr are set to line buffered during test setup now
index a3c41a04dc2e04c38156336572bd49fd15fc90f4..573fdb2f920963697384b0df4e1a263b3efaa6f8 100644 (file)
@@ -226,7 +226,6 @@ get_full_recv_buffer(void)
 
        LOCK();
        
-#ifdef HAVE_SIGNALED_IO
        /*
         * make sure there are free buffers when we
         * wander off to do lengthy packet processing with
@@ -241,7 +240,6 @@ get_full_recv_buffer(void)
                 */
                create_buffers(RECV_INC);
        }
-#endif
 
        /*
         * try to grab a full buffer