From 99a1ca148e2d2fb60bb5b7751a445f4749f1f623 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 1 Jun 2020 16:49:57 +0200 Subject: [PATCH] chat(): Remove a pointless close_client_ssl_connection() call Sponsored by: Robert Klemme --- jcc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/jcc.c b/jcc.c index 122b2b40..6f399ee3 100644 --- a/jcc.c +++ b/jcc.c @@ -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)) -- 2.39.2