From: Ted Lemon Date: Mon, 6 Mar 2000 19:38:19 +0000 (+0000) Subject: Fix call to new_hash. X-Git-Tag: V3-BETA-2-PATCH-1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9bfbfe141a816f099fd6fd407868913410a5b9;p=thirdparty%2Fdhcp.git Fix call to new_hash. --- diff --git a/common/auth.c b/common/auth.c index e181dee73..0f8feb7fd 100644 --- a/common/auth.c +++ b/common/auth.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: auth.c,v 1.3 1999/10/07 06:35:40 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: auth.c,v 1.4 2000/03/06 19:38:19 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; #endif #include "dhcpd.h" @@ -34,7 +34,7 @@ void enter_auth_key (key_id, key) struct auth_key *key; { if (!auth_key_hash) - auth_key_hash = new_hash (); + auth_key_hash = new_hash (0, 0); if (!auth_key_hash) log_fatal ("Can't allocate authentication key hash."); add_hash (auth_key_hash, key_id -> data, key_id -> len,