Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 870 → Rev 871

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