From 208b7e794efc327ad1fce90e69cf56caa897cf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Mon, 22 Jan 2024 21:23:58 -0500 Subject: [PATCH] Actually, no real reason to close the socket here... let the caller handler it. --- src/sbbs3/answer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sbbs3/answer.cpp b/src/sbbs3/answer.cpp index ea3c7c3ba8..a6d5ebe323 100644 --- a/src/sbbs3/answer.cpp +++ b/src/sbbs3/answer.cpp @@ -375,8 +375,6 @@ bool sbbs_t::answer() } ssh_mode = false; pthread_mutex_unlock(&ssh_mutex); - close_socket(client_socket); - client_socket = INVALID_SOCKET; useron.number = 0; return false; } -- GitLab