#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.142 2001/04/30 22:38:32 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.143 2001/05/02 07:05:52 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
/* If we're recording, write out the filename and file contents. */
if (trace_record ())
trace_write_packet (ttype, ulen + tflen + 1, dbuf, MDL);
- new_parse (&cfile, -1, fbuf, ulen, filename); /* XXX */
+ new_parse (&cfile, -1, fbuf, ulen, filename, 0); /* XXX */
#else
- new_parse (&cfile, file, (char *)0, 0, filename);
+ new_parse (&cfile, file, (char *)0, 0, filename, 0);
#endif
if (leasep)
status = lease_file_subparse (cfile);
/* If we're recording, write out the filename and file contents. */
if (trace_record ())
trace_write_packet (ttype, len, data, MDL);
- new_parse (&cfile, -1, fbuf, flen, data);
+ new_parse (&cfile, -1, fbuf, flen, data, 0);
if (ttype == trace_readleases_type)
lease_file_subparse (cfile);
else
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.114 2001/04/05 22:52:48 mellon Exp $ Copyright 1995-2001 Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.115 2001/05/02 07:08:15 mellon Exp $ Copyright 1995-2001 Internet Software Consortium.";
#endif
static char copyright[] =
parse = (struct parse *)0;
status = new_parse (&parse, -1,
std_nsupdate, (sizeof std_nsupdate) - 1,
- "standard name service update routine");
+ "standard name service update routine", 0);
if (status != ISC_R_SUCCESS)
log_fatal ("can't begin parsing name service updater!");
parse = (struct parse *)0;
result = new_parse (&parse, -1,
old_nsupdate, (sizeof old_nsupdate) - 1,
- "old name service update routine");
+ "old name service update routine", 0);
if (result != ISC_R_SUCCESS)
log_fatal ("can't begin parsing old ddns updater!");
#ifndef lint
static char copyright[] =
-"$Id: omapi.c,v 1.45 2001/04/30 22:39:10 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: omapi.c,v 1.46 2001/05/02 07:11:38 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
status = new_parse (&parse, -1,
(char *)value -> u.buffer.value,
value -> u.buffer.len,
- "network client");
+ "network client", 0);
if (status != ISC_R_SUCCESS)
return status;
if (!(parse_executable_statements