Fix comment typo
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 122b2b4..c401fed 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3577,7 +3577,7 @@ static void chat(struct client_state *csp)
 #ifdef FEATURE_HTTPS_INSPECTION
    /*
     * Setting flags to use old solution with SSL tunnel and to disable
-    * certificates verification.
+    * certificate verification.
     */
    if (csp->http->ssl && !(csp->action->flags & ACTION_HTTPS_INSPECTION)
       && !cgi_page_requested(csp->http->host))
@@ -3760,7 +3760,6 @@ static void chat(struct client_state *csp)
          {
             log_error(LOG_LEVEL_ERROR,
                "Failed to open a secure connection with the client");
-            close_client_ssl_connection(csp); /* XXX: Is this needed? */
             return;
          }
          if (JB_ERR_OK != process_encrypted_request(csp))