#ifndef lint
static char copyright[] =
-"$Id: db.c,v 1.54 2000/07/27 09:03:02 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: db.c,v 1.55 2000/08/08 18:11:22 neild Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
break;
if (i == class -> hash_string.len) {
errno = 0;
- fprintf (db_file, " \"%*s\";",
+ fprintf (db_file, " \"%.*s\";",
class -> hash_string.len,
class -> hash_string.data);
if (errno)