summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-09-18 17:35:44 +0000
committerDavid Hankins <dhankins@isc.org>2006-09-18 17:35:44 +0000
commitbdddcb7d9682dada28010face79d764c3fa8107c (patch)
tree8f430627b6fc49bec6685969ce24b166443dfe83 /common/tables.c
parent51202707501afa57d2b948524a4b364adb879633 (diff)
downloadisc-dhcp-bdddcb7d9682dada28010face79d764c3fa8107c.tar.gz
- A bug in the FQDN universe that added FQDN codes to the NWIP universe's
hash table was repaired. [ISC-Bugs #16395]
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tables.c b/common/tables.c
index fb7d3367..980ba30a 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.58 2006/07/26 15:43:52 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.59 2006/09/18 17:35:44 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -746,7 +746,7 @@ void initialize_common_option_spaces()
FQDN_HASH_SIZE, MDL))
log_fatal ("Can't allocate fqdn option hash table.");
for (i = 0 ; fqdn_options[i].name ; i++) {
- option_code_hash_add(nwip_universe.code_hash,
+ option_code_hash_add(fqdn_universe.code_hash,
&fqdn_options[i].code, 0,
&fqdn_options[i], MDL);
option_name_hash_add(fqdn_universe.name_hash,