]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Extra argument for parse_executable_statement.
authorTed Lemon <source@isc.org>
Sat, 8 Jan 2000 01:26:40 +0000 (01:26 +0000)
committerTed Lemon <source@isc.org>
Sat, 8 Jan 2000 01:26:40 +0000 (01:26 +0000)
client/clparse.c

index a806a5747c53adcdfeb58e10131a2cd4a7642a74..b444916939ffd2a85fbad340d2cb79a07cb381a2 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: clparse.c,v 1.38 1999/11/13 23:46:46 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: clparse.c,v 1.39 2000/01/08 01:26:40 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -458,7 +458,8 @@ void parse_client_statement (cfile, ip, config)
              default:
                lose = 0;
                stmt = (struct executable_statement *)0;
-               if (!parse_executable_statement (&stmt, cfile, &lose)) {
+               if (!parse_executable_statement (&stmt,
+                                                cfile, &lose, context_any)) {
                        if (!lose) {
                                parse_warn (cfile, "expecting a statement.");
                                skip_to_semi (cfile);