summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
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,