#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.36 1996/11/08 20:06:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.37 1996/12/31 02:01:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
char *val;
int token;
struct class *class;
- int declaration;
+ int declaration = 0;
token = next_token (&val, cfile);
if (token != STRING) {
#ifndef lint
static char copyright[] =
-"$Id: confpars.c,v 1.36 1996/11/08 20:06:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.37 1996/12/31 02:01:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
char *val;
int token;
struct class *class;
- int declaration;
+ int declaration = 0;
token = next_token (&val, cfile);
if (token != STRING) {