diff options
author | murray <murray@FreeBSD.org> | 2002-04-01 07:54:44 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2002-04-01 07:54:44 +0000 |
commit | a916d35e05e0f886097009e26d33c65a1ea5c370 (patch) | |
tree | dc453635e10392b086bc6d179ba3e703cf584ce2 /contrib/isc-dhcp/common/tables.c | |
parent | 57b30d23e7c11fa1a8c8c23f27de40971872952f (diff) | |
download | FreeBSD-src-a916d35e05e0f886097009e26d33c65a1ea5c370.zip FreeBSD-src-a916d35e05e0f886097009e26d33c65a1ea5c370.tar.gz |
Import ISC DHCP 3.0.1 RC8 client.
Diffstat (limited to 'contrib/isc-dhcp/common/tables.c')
-rw-r--r-- | contrib/isc-dhcp/common/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c index d3e2379..bfdf0c1 100644 --- a/contrib/isc-dhcp/common/tables.c +++ b/contrib/isc-dhcp/common/tables.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: tables.c,v 1.51.2.4 2001/10/17 03:26:26 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tables.c,v 1.51.2.5 2002/02/09 03:23:54 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1195,7 +1195,7 @@ void initialize_common_option_spaces() nwip_universe.tag_size = 1; nwip_universe.store_tag = putUChar; nwip_universe.store_length = putUChar; - fqdn_universe.enc_opt = &dhcp_options [DHO_NWIP_SUBOPTIONS]; + nwip_universe.enc_opt = &dhcp_options [DHO_NWIP_SUBOPTIONS]; nwip_universe.index = universe_count++; universes [nwip_universe.index] = &nwip_universe; option_new_hash (&nwip_universe.hash, 1, MDL); |