summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-15 15:59:09 +0000
committerTed Lemon <source@isc.org>1999-10-15 15:59:09 +0000
commit2fca54102dff861b9fba0a35acf85d0f231b1364 (patch)
treecb82f3080554f4df8f497be909d89d26d2fa6356 /server
parentebaf174c94e594d50a01db7c1446e6695c9bce4f (diff)
downloadisc-dhcp-2fca54102dff861b9fba0a35acf85d0f231b1364.tar.gz
Correct printf format to prevent potential core dump.
Diffstat (limited to 'server')
-rw-r--r--server/confpars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/confpars.c b/server/confpars.c
index 5949bed6..1974d180 100644
--- a/server/confpars.c
+++ b/server/confpars.c
@@ -22,7 +22,7 @@
#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.73.2.1 1999/07/12 23:58:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.73.2.2 1999/10/15 15:59:09 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -399,7 +399,7 @@ int parse_statement (cfile, group, type, host_decl, declaration)
token = peek_token (&val, cfile);
if (token == CODE) {
if (type != ROOT_GROUP) {
- parse_warn ("option definitions%s%s",
+ parse_warn ("option definitions%s",
" may not be scoped.");
skip_to_semi (cfile);
free_option (option,