diff options
Diffstat (limited to 'ntpd/refclock_parse.c')
-rw-r--r-- | ntpd/refclock_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpd/refclock_parse.c b/ntpd/refclock_parse.c index b4a65b80377f..043bc8673c7e 100644 --- a/ntpd/refclock_parse.c +++ b/ntpd/refclock_parse.c @@ -2366,7 +2366,7 @@ local_input( } if (count) { /* simulate receive */ - buf = get_free_recv_buffer(); + buf = get_free_recv_buffer(TRUE); if (buf != NULL) { memmove((caddr_t)buf->recv_buffer, (caddr_t)&parse->parseio.parse_dtime, |