forked from KolibriOS/kolibrios
Disabled socket cleanup after process ends (until deadlock is fixed..)
git-svn-id: svn://kolibrios.org@4436 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e69e1e4a89
commit
9a1dad1ca1
@ -2210,6 +2210,8 @@ SOCKET_check_owner:
|
||||
align 4
|
||||
SOCKET_process_end:
|
||||
|
||||
ret ; FIXME
|
||||
|
||||
cmp [net_sockets + SOCKET.NextPtr], 0 ; Are there any active sockets at all?
|
||||
je .quickret ; nope, exit immediately
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user