diff options
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |