X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=6f399ee3ee67ab23a45e2ba619a684e3c0a17cf0;hp=2eaf0b7d9384341e1cf539effd3cbef58c1d498c;hb=c402a37c55bb679f8b5b4a1b6eb3624f43ef5260;hpb=b94bbe62a95082e345eeceaef880d84a87779f3a diff --git a/jcc.c b/jcc.c index 2eaf0b7d..6f399ee3 100644 --- a/jcc.c +++ b/jcc.c @@ -3759,8 +3759,7 @@ static void chat(struct client_state *csp) if (ret != 0) { log_error(LOG_LEVEL_ERROR, - "Can't open secure connection with client"); - close_client_ssl_connection(csp); /* XXX: Is this needed? */ + "Failed to open a secure connection with the client"); return; } if (JB_ERR_OK != process_encrypted_request(csp))