Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 870 → Rev 871

/kernel/branches/gfx_kernel/network/tcp.inc
1220,6 → 1220,7
 
; Only delete the socket if we received the FIN
 
mov edx, [sktAddr]
mov bl, [edx + 33]
and bl, 0x01
cmp bl, 0x01