diff options
Diffstat (limited to 'ntpd/refclock_shm.c')
| -rw-r--r-- | ntpd/refclock_shm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ntpd/refclock_shm.c b/ntpd/refclock_shm.c index f031a395cb99..da38355b4c21 100644 --- a/ntpd/refclock_shm.c +++ b/ntpd/refclock_shm.c @@ -340,6 +340,7 @@ shm_poll( if (pp->coderecv != pp->codeproc) { /* have some samples, everything OK */ pp->lastref = pp->lastrec; + refclock_report(peer, CEVNT_NOMINAL); refclock_receive(peer); } else if (NULL == up->shm) { /* is this possible at all? */ /* we're out of business without SHM access */ |
