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:
hidnplayr
2011-11-13 16:17:05 +00:00
parent 61a835651a
commit c518777ac6
3 changed files with 18 additions and 15 deletions

View File

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