aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-03 22:10:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-03 22:10:43 +0000
commitcc840cc7c31b6d3680e370fa98b51f48b9939349 (patch)
tree7c58ba896031a101de36741acaeb640b61b965bb
parent45f5585046d8411c275c5116fff1430e7c458e2f (diff)
downloadfetchmail-cc840cc7c31b6d3680e370fa98b51f48b9939349.tar.gz
fetchmail-cc840cc7c31b6d3680e370fa98b51f48b9939349.tar.bz2
fetchmail-cc840cc7c31b6d3680e370fa98b51f48b9939349.zip
Stracke's fix.
svn path=/trunk/; revision=1685
-rw-r--r--fetchmail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 7c4be484..316cd3c5 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -566,6 +566,7 @@ int main (int argc, char **argv)
timeout.tv_sec = poll_interval;
timeout.tv_usec = 0;
+ lastsig = 0;
select(0,0,0,0, &timeout);
#else
/*