aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-11-05 19:16:28 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-11-05 19:16:28 +0000
commit775edcd22ce329a8be99ecbfa4e9990c82156a47 (patch)
tree4d9d025e02c6bf1d6ff15cf6e31c6b7d44140949
parent2b579417eb164346efd143e99b40799c6cc6cd69 (diff)
downloadinitscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar
initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.gz
initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.bz2
initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.xz
initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.zip
careful about killing processes...
-rw-r--r--src/ppp-watch.c2
1 files changed, 1 insertions, 1 deletions
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;