diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 95430c08..8d9dc8cc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -729,7 +729,7 @@ int main(int argc, char **argv) * unwedge all servers in case the problem has been * manually repaired. */ - if ((lastsig = idle(run.poll_interval))) + if ((lastsig = interruptible_idle(run.poll_interval))) { #ifdef SYS_SIGLIST_DECLARED report(stdout, |