Fixing MacOS / Clang builds
This commit is contained in:
parent
640eb7905c
commit
a54f03e199
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ NetworkClientInfo::~NetworkClientInfo()
|
|||
{
|
||||
if(client_sock != INVALID_SOCKET)
|
||||
{
|
||||
LOG_INFO("Closing server connection: %s", client_ip);
|
||||
LOG_INFO("Closing server connection: %s", client_ip.c_str());
|
||||
delete client_listen_thread;
|
||||
shutdown(client_sock, SD_RECEIVE);
|
||||
closesocket(client_sock);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue