From 1ac5bc1aa0dc6112aa57d2493a18322c6e53a7b7 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 3 Jun 1997 01:41:31 +0000 Subject: [PATCH] cftest wasn't being initialized --- server/dhcpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/dhcpd.c b/server/dhcpd.c index 4a29a09b3..0d4778b10 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint 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 static char copyright[] = @@ -85,7 +85,7 @@ int main (argc, argv, envp) int i, status; struct servent *ent; char *s; - int cftest; + int cftest = 0; #ifndef DEBUG int pidfilewritten = 0; int pid; -- 2.47.3