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:
hidnplayr 2014-01-10 08:07:54 +00:00
parent e69e1e4a89
commit 9a1dad1ca1

View File

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