From 69bf72b40bcd4c9e372ae33eb7267ee940bfdfe8 Mon Sep 17 00:00:00 2001 From: Trond Eivind Glomsrod Date: Fri, 18 May 2001 20:36:41 +0000 Subject: Fix typo --- 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 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 && -- cgit v1.2.1