summaryrefslogtreecommitdiff
path: root/server/confpars.c
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-07-11 14:54:11 +0000
committerShane Kerr <shane@isc.org>2007-07-11 14:54:11 +0000
commit2914245e603fa697dcb714f8db8ff1f0680f285a (patch)
treeda5e32e691505183864a585788fd75e6050a2b65 /server/confpars.c
parent237f8d3a7e9dbfc128704810960d8411a0601701 (diff)
downloadisc-dhcp-2914245e603fa697dcb714f8db8ff1f0680f285a.tar.gz
Fix missing parameter in parse_warn().
Whoops.
Diffstat (limited to 'server/confpars.c')
-rw-r--r--server/confpars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/confpars.c b/server/confpars.c
index 92001b84..fde78107 100644
--- a/server/confpars.c
+++ b/server/confpars.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.171 2007/07/11 12:02:51 shane Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.172 2007/07/11 14:54:11 shane Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -1555,7 +1555,7 @@ void parse_pool_statement (cfile, group, type)
* the parse_statement() reads all available tokens
* and leaves us at the end.
*/
- parse_warn("unexpected end of file");
+ parse_warn(cfile, "unexpected end of file");
goto cleanup;
default: