Fixed bug in socket_connect for TCP

git-svn-id: svn://kolibrios.org@2939 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-08-27 18:59:34 +00:00
parent 737f5cdfee
commit cd0f28c5ce

View File

@ -556,7 +556,7 @@ align 4
call SOCKET_ring_create
pusha
lea ecx, [eax + SOCKET.mutex]
lea ecx, [ebx + SOCKET.mutex]
call mutex_unlock
popa