diff options
-rw-r--r-- | src/ppp-watch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 6114215f..cf22c68a 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -740,6 +740,7 @@ main(int argc, char **argv) { sleep(timeout); sigprocmask(SIG_BLOCK, &blockedsigs, NULL); if (!theSigterm && + !theSigInt && !theSighup && !theSigio && !theSigchld && |