forked from KolibriOS/kolibrios
Socket_send_tcp now no longer returns an error when sending 0 bytes.
git-svn-id: svn://kolibrios.org@2623 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4f5e5cb45b
commit
9c870d827e
@ -833,9 +833,6 @@ SOCKET_send_tcp:
|
||||
call SOCKET_ring_write
|
||||
pop eax
|
||||
|
||||
test ecx, ecx
|
||||
jz s_error
|
||||
|
||||
mov [esp+32], ecx
|
||||
|
||||
call TCP_output
|
||||
|
Loading…
Reference in New Issue
Block a user