Skip to content
Snippets Groups Projects
Commit 208b7e79 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Actually, no real reason to close the socket here... let the caller

handler it.
parent f8c7b04f
Branches
Tags
No related merge requests found
Pipeline #5395 passed
...@@ -375,8 +375,6 @@ bool sbbs_t::answer() ...@@ -375,8 +375,6 @@ bool sbbs_t::answer()
} }
ssh_mode = false; ssh_mode = false;
pthread_mutex_unlock(&ssh_mutex); pthread_mutex_unlock(&ssh_mutex);
close_socket(client_socket);
client_socket = INVALID_SOCKET;
useron.number = 0; useron.number = 0;
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment