Network/SocketImpl: Okay, I promise to try to compile myself next time
This commit is contained in:
parent
80442924c1
commit
42d5f849f7
|
|
@ -620,7 +620,7 @@ namespace Nz
|
||||||
msgHdr.msg_iov = sysBuffers;
|
msgHdr.msg_iov = sysBuffers;
|
||||||
msgHdr.msg_iovlen = static_cast<int>(bufferCount);
|
msgHdr.msg_iovlen = static_cast<int>(bufferCount);
|
||||||
|
|
||||||
int byteSent = sendmsg(socket, &msgHdr, MSG_NOSIGNAL);
|
int byteSent = sendmsg(handle, &msgHdr, MSG_NOSIGNAL);
|
||||||
if (byteSent == SOCKET_ERROR)
|
if (byteSent == SOCKET_ERROR)
|
||||||
{
|
{
|
||||||
int errorCode = GetLastErrorCode();
|
int errorCode = GetLastErrorCode();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue