aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Eivind Glomsrod <teg@redhat.com>2001-05-18 20:36:41 +0000
committerTrond Eivind Glomsrod <teg@redhat.com>2001-05-18 20:36:41 +0000
commit69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8 (patch)
tree3b9876b543ecada17b9eac18e730506f63e338fe
parent7c34d72f9b5c36687b281bed95dd3e9ff3ee5965 (diff)
downloadinitscripts-69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8.tar
initscripts-69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8.tar.gz
initscripts-69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8.tar.bz2
initscripts-69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8.tar.xz
initscripts-69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8.zip
Fix typo
-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 &&