diff options
Diffstat (limited to 'src')
-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; |