diff --git a/src/usr.sbin/ntpd/ntp.c b/src/usr.sbin/ntpd/ntp.c index 9c743ef3..f9fd8a9e 100644 --- a/src/usr.sbin/ntpd/ntp.c +++ b/src/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.51 2005/02/22 12:03:24 henning Exp $ */ +/* $OpenBSD: ntp.c,v 1.52 2005/03/08 14:37:16 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -80,6 +80,7 @@ ntp_main(int pipe_prnt[2], struct ntpd_conf *nconf) switch (pid = fork()) { case -1: fatal("cannot fork"); + break; case 0: break; default: