aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
/*