diff options
| -rw-r--r-- | fetchmail.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fetchmail.c b/fetchmail.c index 6d9dfb87..a8a2dc29 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1525,7 +1525,7 @@ static int query_host(struct query *ctl)  		st = query_host(ctl);  	    } while   		(st == PS_REPOLL); -	    if (st == PS_SUCCESS || st == PS_NOMAIL || st == PS_AUTHFAIL || st == PS_LOCKBUSY || st == PS_SMTP || st == PS_MAXFETCH || st == PS_DNS) +	    if (st == PS_SUCCESS || st == PS_NOMAIL || st == PS_SOCKET || st == PS_AUTHFAIL || st == PS_LOCKBUSY || st == PS_SMTP || st == PS_MAXFETCH || st == PS_DNS)  		break;  	}  	ctl->server.protocol = P_AUTO; | 
