diff options
Diffstat (limited to 'contrib/ntp/ntpd/ntp_control.c')
-rw-r--r-- | contrib/ntp/ntpd/ntp_control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/ntp_control.c b/contrib/ntp/ntpd/ntp_control.c index eace060..cbcc8375 100644 --- a/contrib/ntp/ntpd/ntp_control.c +++ b/contrib/ntp/ntpd/ntp_control.c @@ -1897,7 +1897,6 @@ ctl_getitem( *tp++ = *cp++; if (tp >= buf + sizeof(buf)) return (0); - } } if (cp < reqend) cp++; |