summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-09-15 18:15:50 +0000
committerhenning <henning@openbsd.org>2004-09-15 18:15:50 +0000
commite23465bc31336f3fc7e4ba5ec9d5a88fa57201ef (patch)
tree7adfa4c30f82c3a57365efbfbab9471494b2d0b0
parentno \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> (diff)
downloadwireguard-openbsd-e23465bc31336f3fc7e4ba5ec9d5a88fa57201ef.tar.xz
wireguard-openbsd-e23465bc31336f3fc7e4ba5ec9d5a88fa57201ef.zip
minor KNF, Moritz Jodeit <moritz@jodeit.org>
-rw-r--r--usr.sbin/dhcpd/confpars.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/confpars.c b/usr.sbin/dhcpd/confpars.c
index 72d5ef48b68..cb4489ff96a 100644
--- a/usr.sbin/dhcpd/confpars.c
+++ b/usr.sbin/dhcpd/confpars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: confpars.c,v 1.10 2004/09/09 20:51:57 millert Exp $ */
+/* $OpenBSD: confpars.c,v 1.11 2004/09/15 18:15:50 henning Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
@@ -115,7 +115,8 @@ read_leases(void)
path_dhcpd_db,
"check for failed database rewrite attempt!");
warn("Please read the dhcpd.leases manual page if you.");
- error("don't know what to do about this."); }
+ error("don't know what to do about this.");
+ }
do {
token = next_token(&val, cfile);