#ifndef lint
static char copyright[] =
-"$Id: class.c,v 1.16 2000/01/25 01:36:29 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium. All rights reserved.\n";
+"$Id: class.c,v 1.17 2000/03/06 23:27:14 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
MDL);
data_string_forget (&data, MDL);
if (!class -> hash)
- class -> hash = new_hash ();
+ class -> hash = new_hash (0, 0);
add_hash (class -> hash,
nc -> hash_string.data,
nc -> hash_string.len,
#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.102 2000/02/05 17:39:24 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.103 2000/03/06 23:28:27 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
}
data_string_copy (&class -> hash_string, &data, MDL);
if (!pc -> hash)
- pc -> hash = new_hash ();
+ pc -> hash = new_hash (0, 0);
add_hash (pc -> hash,
class -> hash_string.data,
class -> hash_string.len,