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:
hidnplayr 2012-04-17 19:08:41 +00:00
parent 4f5e5cb45b
commit 9c870d827e

View File

@ -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