From: Juergen Perlinger Date: Fri, 4 Oct 2019 05:29:17 +0000 (+0200) Subject: [Bug 3593] ntpd discards silently nmea messages after the 5th string X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6168a6649ec5d91dc5baacd799ef763629986922;p=thirdparty%2Fntp.git [Bug 3593] ntpd discards silently nmea messages after the 5th string bk: 5d96d8adncz86y2gU5P9Ba57u6e20A --- diff --git a/ChangeLog b/ChangeLog index dab3e21b5..f49b6ccb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ * [Bug 3601] Tests fail to link on platforms with ntp_cv_gc_sections_runs=no * [Bug 3599] Build fails on linux-m68k due to alignment issues - added padding as suggested by John Paul Adrian Glaubitz +* [Bug 3593] ntpd discards silently nmea messages after the 5th string * [Bug 3590] Update refclock_oncore.c to the new GPS date API * [Bug 3585] Unity tests mix buffered and unbuffered output - stdout+stderr are set to line buffered during test setup now diff --git a/libntp/recvbuff.c b/libntp/recvbuff.c index a3c41a04d..573fdb2f9 100644 --- a/libntp/recvbuff.c +++ b/libntp/recvbuff.c @@ -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