mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
cftest wasn't being initialized
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char ocopyright[] =
|
static char ocopyright[] =
|
||||||
"$Id: dhcpd.c,v 1.42 1997/06/02 23:26:29 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
|
"$Id: dhcpd.c,v 1.43 1997/06/03 01:41:31 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
@@ -85,7 +85,7 @@ int main (argc, argv, envp)
|
|||||||
int i, status;
|
int i, status;
|
||||||
struct servent *ent;
|
struct servent *ent;
|
||||||
char *s;
|
char *s;
|
||||||
int cftest;
|
int cftest = 0;
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
int pidfilewritten = 0;
|
int pidfilewritten = 0;
|
||||||
int pid;
|
int pid;
|
||||||
|
Reference in New Issue
Block a user