forked from KolibriOS/kolibrios
Fixed bug in socket_connect for TCP
git-svn-id: svn://kolibrios.org@2939 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
737f5cdfee
commit
cd0f28c5ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user