Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4056 → Rev 4055

/kernel/trunk/network/socket.inc
2211,11 → 2211,6
align 4
SOCKET_process_end:
 
cmp [net_sockets + SOCKET.NextPtr], 0 ; Are there any active sockets at all?
je .quickret ; nope, exit immediately
 
; TODO: run the following code in another thread, to avoid deadlock
 
DEBUGF DEBUG_NETWORK_VERBOSE, "SOCKET_process_end: %x\n", edx
 
pusha
2266,7 → 2261,6
call mutex_unlock
popa
 
.quickret:
ret