diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-24 14:50:08 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-24 14:50:08 +0000 |
commit | 1dcff930e9ec8fe859be1f11d640df73ad9b8d5f (patch) | |
tree | 82e3ff56013b35b9d0cfd8c69a9c3e487cb3e261 /usr.sbin/ntpd/ntp.c | |
parent | a9ee5e52123f3ac6eac928e64488cb53627b0056 (diff) |
one more fatal/fatalx, alexander
Diffstat (limited to 'usr.sbin/ntpd/ntp.c')
-rw-r--r-- | usr.sbin/ntpd/ntp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntp.c b/usr.sbin/ntpd/ntp.c index afd8e24e001..3be43a51426 100644 --- a/usr.sbin/ntpd/ntp.c +++ b/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.54 2005/03/08 16:33:43 henning Exp $ */ +/* $OpenBSD: ntp.c,v 1.55 2005/03/24 14:50:07 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -340,7 +340,7 @@ ntp_dispatch_imsg(void) } } if (dlen != 0) - fatal("IMSG_HOST_DNS: dlen != 0"); + fatalx("IMSG_HOST_DNS: dlen != 0"); if (peer->addr_head.pool) peer_remove(peer); else |