From 1d86729b17c914c80daff6e430d00933c658ad54 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Jan 2001 16:24:28 +0000 Subject: fix build --- src/ppp-watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 // MAXFAIL Patch... -- cgit v1.2.1