forked from KolibriOS/kolibrios
tcp.inc: fix for r2129
git-svn-id: svn://kolibrios.org@2186 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
882f26ac9d
commit
59fc4ab346
@ -964,8 +964,10 @@ proc stateTCB_ESTABLISHED stdcall, sockAddr:DWORD
|
||||
|
||||
.data:
|
||||
push ecx
|
||||
push ecx edx
|
||||
lea ecx, [ebx+SOCKET.lock]
|
||||
call mutex_lock
|
||||
pop edx ecx
|
||||
|
||||
push ebx
|
||||
mov eax, [ebx + SOCKET.rxDataCount]
|
||||
|
Loading…
Reference in New Issue
Block a user