aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3bbe9982..d74935a1 100644
--- a/src/ppp-watch.c
+++ b/src/ppp-watch.c
@@ -651,7 +651,7 @@ main(int argc, char **argv) {
sigprocmask(SIG_UNBLOCK, &blockedsigs, NULL);
sleep(timeout);
sigprocmask(SIG_BLOCK, &blockedsigs, NULL);
- if (!theSigterm && !theSighup && !theSigio && !theSighchld && !theSigalrm)
+ if (!theSigterm && !theSighup && !theSigio && !theSigchld && !theSigalrm)
fork_exec(0, "/etc/sysconfig/network-scripts/ifup-ppp", "daemon", device, theBoot);
// Scott Sharkey <ssharkey@linux-no-limits.com>
// MAXFAIL Patch...