From ce8a1c68e56a8237b597c85c2f1dd9bd0c6db188 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 7 Dec 1998 01:01:04 +0000 Subject: Wakeup clears `wedged' flags. svn path=/trunk/; revision=2261 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 0b62590e..a3a4190d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -722,6 +722,10 @@ int main (int argc, char **argv) #else error(0, 0, _("awakened by signal %d"), lastsig); #endif + /* received a wakeup - unwedge all servers in case */ + /* the problem has been manually repaired */ + for (ctl = querylist; ctl; ctl = ctl->next) + ctl->wedged = FALSE; } } -- cgit v1.2.3