From 86c75af0c1cae1706b84b708c70e76a96ddc5641 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 3 Jul 1997 15:45:19 +0000 Subject: LOCKBUSY changes. svn path=/trunk/; revision=1147 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index da007d00..1232967c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -786,7 +786,7 @@ static int query_host(struct query *ctl) for (i = 0; i < sizeof(autoprobe)/sizeof(autoprobe[0]); i++) { ctl->server.protocol = autoprobe[i]; - if ((st = query_host(ctl)) == PS_SUCCESS || st == PS_NOMAIL || st == PS_AUTHFAIL) + if ((st = query_host(ctl)) == PS_SUCCESS || st == PS_NOMAIL || st == PS_AUTHFAIL || st == PS_LOCKBUSY) break; } ctl->server.protocol = P_AUTO; -- cgit v1.2.3