summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/refclock_chu.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntpd/refclock_chu.c')
-rw-r--r--contrib/ntp/ntpd/refclock_chu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ntp/ntpd/refclock_chu.c b/contrib/ntp/ntpd/refclock_chu.c
index 10fcea5..b239ad6 100644
--- a/contrib/ntp/ntpd/refclock_chu.c
+++ b/contrib/ntp/ntpd/refclock_chu.c
@@ -1315,6 +1315,9 @@ chu_poll(
} else if (up->leap & 0x2) {
pp->leap = LEAP_ADDSECOND;
leapchar = 'L';
+ } else if (up->leap & 0x4) {
+ pp->leap = LEAP_DELSECOND;
+ leapchar = 'l';
} else {
pp->leap = LEAP_NOWARNING;
}
OpenPOWER on IntegriCloud