forked from KolibriOS/kolibrios
Bugfix in SOCKET_process_end
git-svn-id: svn://kolibrios.org@2868 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5a6b1713d2
commit
b419831aa5
@ -1732,7 +1732,7 @@ SOCKET_process_end:
|
||||
cmp [ebx + SOCKET.PID], edx
|
||||
jne .next_socket
|
||||
|
||||
DEBUGF 1,"closing socket %x", edx, ebx
|
||||
DEBUGF 1,"killing socket %x\n", ebx
|
||||
|
||||
mov [ebx + SOCKET.PID], 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user