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 fec18d1a..e383694c 100644
--- a/src/ppp-watch.c
+++ b/src/ppp-watch.c
@@ -740,7 +740,7 @@ main(int argc, char **argv) {
sleep(timeout);
sigprocmask(SIG_BLOCK, &blockedsigs, NULL);
if (!theSigterm &&
- !theSigInt &&
+ !theSigint &&
!theSighup &&
!theSigio &&
!theSigchld &&