forked from KolibriOS/kolibrios
NET branch: Fixed errors in socket_open and socket_fork
git-svn-id: svn://kolibrios.org@2315 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -173,7 +173,9 @@ TCP_input:
|
||||
DEBUGF 1,"Accepting new connection\n"
|
||||
|
||||
mov [ebx + SOCKET.lock], 0
|
||||
push ecx edx esi edi ;;;
|
||||
call SOCKET_fork
|
||||
pop edi esi edx ecx
|
||||
|
||||
test eax, eax
|
||||
jz .drop
|
||||
|
Reference in New Issue
Block a user