diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-05 19:16:28 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-05 19:16:28 +0000 |
commit | 775edcd22ce329a8be99ecbfa4e9990c82156a47 (patch) | |
tree | 4d9d025e02c6bf1d6ff15cf6e31c6b7d44140949 /src/ppp-watch.c | |
parent | 2b579417eb164346efd143e99b40799c6cc6cd69 (diff) | |
download | initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.gz initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.bz2 initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.tar.xz initscripts-775edcd22ce329a8be99ecbfa4e9990c82156a47.zip |
careful about killing processes...
Diffstat (limited to 'src/ppp-watch.c')
-rw-r--r-- | src/ppp-watch.c | 2 |
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; |