2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Pulling in rt16318, a set of fixes for 3.1 from Hankins.

This commit is contained in:
Shane Kerr
2006-08-04 10:59:33 +00:00
parent 5786874726
commit 4cba29f04f
3 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
"$Id: parse.c,v 1.116 2006/07/31 22:19:51 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
"$Id: parse.c,v 1.117 2006/08/04 10:59:33 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -4992,7 +4992,7 @@ int parse_option_decl (oc, cfile)
u_int8_t hunkbuf [1024];
unsigned hunkix = 0;
const char *fmt, *f;
struct option *option;
struct option *option=NULL;
struct iaddr ip_addr;
u_int8_t *dp;
unsigned len;