aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c1
1 files changed, 1 insertions, 0 deletions
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);