Bugfix in PAWS algorithm for TCP.

git-svn-id: svn://kolibrios.org@4344 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-12-12 11:32:03 +00:00
parent 4c37acea60
commit 5e7711d4f6
2 changed files with 11 additions and 11 deletions

View File

@@ -1562,10 +1562,10 @@ SOCKET_ring_write:
pop ecx
; unlock mutex
push eax ecx
pusha
lea ecx, [eax + RING_BUFFER.mutex]
call mutex_unlock ; TODO: check what registers this function actually destroys
pop ecx eax
popa
ret