From a5180c9109b918cf441ffd0c90e05ab8c35d40d9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 21 Sep 2005 15:00:17 +0000 Subject: Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas Wolff. svn path=/trunk/; revision=4314 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index c320a620..d830590e 100644 --- a/pop3.c +++ b/pop3.c @@ -418,7 +418,7 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting) } report(stderr, GT_("SSL connection failed.\n")); - return(PS_AUTHFAIL); + return PS_SOCKET; } did_stls = TRUE; -- cgit v1.2.3