summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-03-18 02:15:52 +0000
committerTed Lemon <source@isc.org>2000-03-18 02:15:52 +0000
commit7d9784f6fc958a3959786d6f986e43de12be1469 (patch)
tree5b5006c76dcbdf382f66eca141fa4e1502477805 /server/class.c
parent49733f31d3610919042a5c614ec4062da72c7ddc (diff)
downloadisc-dhcp-7d9784f6fc958a3959786d6f986e43de12be1469.tar.gz
Patch in TSIG, just to see how to get it to work.
Diffstat (limited to 'server/class.c')
-rw-r--r--server/class.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/class.c b/server/class.c
index 124a7d05..71747042 100644
--- a/server/class.c
+++ b/server/class.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: class.c,v 1.18 2000/03/17 04:00:30 mellon Exp $ Copyright (c) 1998-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: class.c,v 1.19 2000/03/18 02:15:52 mellon Exp $ Copyright (c) 1998-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
@@ -167,7 +167,7 @@ int check_collection (packet, lease, collection)
MDL);
data_string_forget (&data, MDL);
if (!class -> hash)
- class -> hash = new_hash (0, 0);
+ class -> hash = new_hash (0, 0, 0);
add_hash (class -> hash,
nc -> hash_string.data,
nc -> hash_string.len,