From ceaef31ff6860e0904e9d738e4bea2860980e439 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 10 Mar 1998 09:03:24 +0000 Subject: Minor cleanup. svn path=/trunk/; revision=1696 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index feeb392d..da259b05 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -588,6 +588,7 @@ int main (int argc, char **argv) ntimeout.it_value.tv_usec = 0; setitimer(ITIMER_REAL,&ntimeout,NULL); + /* there's a small window here */ signal(SIGALRM, donothing); pause(); signal(SIGALRM, SIG_IGN); -- cgit v1.2.3