remove stray argument from windowsSocket::sendRawNonBlocking
follow-up to 3e9e8c9265
This commit is contained in:
parent
71f06fab91
commit
d78f17b8af
@ -270,7 +270,7 @@ void windowsSocket::sendRaw(const char* buffer, const size_type count)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count, const bool block)
|
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count)
|
||||||
{
|
{
|
||||||
m_status &= ~STATUS_WOULDBLOCK;
|
m_status &= ~STATUS_WOULDBLOCK;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user