From 775edcd22ce329a8be99ecbfa4e9990c82156a47 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Fri, 5 Nov 1999 19:16:28 +0000 Subject: careful about killing processes... --- src/ppp-watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppp-watch.c b/src/ppp-watch.c index d1f02c64..722adcc6 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -401,7 +401,7 @@ main(int argc, char **argv) { char *theBoot = NULL; shvarFile *ifcfg; sigset_t sigs; - int pppdPid; + int pppdPid = 0; int timeout = 30; char *temp; struct timeval tv; -- cgit v1.2.1