aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-10 09:03:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-10 09:03:24 +0000
commitceaef31ff6860e0904e9d738e4bea2860980e439 (patch)
tree97b8d2b8801e400d489be694f4a9fd2abcf86c8c /fetchmail.c
parent90b1e50fdef9eba8c12408ce5bf9455d64eb288a (diff)
downloadfetchmail-ceaef31ff6860e0904e9d738e4bea2860980e439.tar.gz
fetchmail-ceaef31ff6860e0904e9d738e4bea2860980e439.tar.bz2
fetchmail-ceaef31ff6860e0904e9d738e4bea2860980e439.zip
Minor cleanup.
svn path=/trunk/; revision=1696
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);