From 4a62610b861fabf546e44ee8e744ba05c64271f6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Jun 2002 01:15:20 +0000 Subject: STLS fix. svn path=/trunk/; revision=3621 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop3.c b/pop3.c index 41723b48..cbbe7f75 100644 --- a/pop3.c +++ b/pop3.c @@ -232,7 +232,7 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting) } #ifdef SSL_ENABLE - if (has_ssl && + if (has_ssl && !ctl->use_ssl && #if INET6_ENABLE ctl->server.service && (strcmp(ctl->server.service, "pop3s")) #else /* INET6_ENABLE */ -- cgit v1.2.3