aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1998-09-10 02:01:06 +0000
committerTor Egge <tegge@FreeBSD.org>1998-09-10 02:01:06 +0000
commitb45187b7cccd705fe703c782824162fa343867b5 (patch)
treeaa1291701278aade1a2ed9cea89f78d7c26dcd9b /usr.sbin/xntpd
parentc4e8b7e41ece249a655db67d4914c7222593992b (diff)
Notes
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/xntpdc/ntpdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/xntpdc/ntpdc.c b/usr.sbin/xntpd/xntpdc/ntpdc.c
index bb42a1990c5f..6af6d1ad7e30 100644
--- a/usr.sbin/xntpd/xntpdc/ntpdc.c
+++ b/usr.sbin/xntpd/xntpdc/ntpdc.c
@@ -914,6 +914,7 @@ docmd(cmdline)
} else {
jump = 1;
(xcmd->handler)(&pcmd, current_output);
+ jump = 0;
if (i) (void) fclose(current_output);
}
}