Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163782 | Differences between
and this patch

Collapse All | Expand All

(-)pop3.c (-1 / +2 lines)
Lines 686-692 Link Here
686
#ifdef SSL_ENABLE
686
#ifdef SSL_ENABLE
687
    /* this is for servers which claim to support TLS, but actually
687
    /* this is for servers which claim to support TLS, but actually
688
     * don't! */
688
     * don't! */
689
    if (connection_may_have_tls_errors && ok == PS_SOCKET)
689
    if (connection_may_have_tls_errors
690
		    && (ok == PS_SOCKET || ok == PS_PROTOCOL))
690
    {
691
    {
691
	xfree(ctl->sslproto);
692
	xfree(ctl->sslproto);
692
	ctl->sslproto = xstrdup("");
693
	ctl->sslproto = xstrdup("");

Return to bug 163782