diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
commit | 3914721463f70500ecc1f59312b122d8788465cf (patch) | |
tree | f253e72838d762e229ca71912a4a928e96cac2bd /ntpd/refclock_parse.c | |
parent | 5171bc9b11192d9ad273db7854787eaa65eb9997 (diff) |
Notes
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, |