Fix Windows build
This commit is contained in:
parent
8347644b07
commit
c3b4489fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -672,5 +672,5 @@ void NetworkServer::SendRequest_DeviceListChanged(SOCKET client_sock)
|
|||
pkt_hdr.pkt_id = NET_PACKET_ID_DEVICE_LIST_UPDATED;
|
||||
pkt_hdr.pkt_size = 0;
|
||||
|
||||
send(client_sock, (char *)&pkt_hdr, sizeof(NetPacketHeader), MSG_NOSIGNAL);
|
||||
send(client_sock, (char *)&pkt_hdr, sizeof(NetPacketHeader), 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue