mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Fix missing parameter in parse_warn().
Whoops.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -1555,7 +1555,7 @@ void parse_pool_statement (cfile, group, type)
|
|||||||
* the parse_statement() reads all available tokens
|
* the parse_statement() reads all available tokens
|
||||||
* and leaves us at the end.
|
* and leaves us at the end.
|
||||||
*/
|
*/
|
||||||
parse_warn("unexpected end of file");
|
parse_warn(cfile, "unexpected end of file");
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user