More bugfixes for SOCKET_notify.

git-svn-id: svn://kolibrios.org@4528 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2014-01-25 13:14:23 +00:00
parent 6e6f7a23d3
commit 91ae4fdcf8
2 changed files with 5 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ TCP_connect:
mov eax, [esp+4]
mov [eax + SOCKET.errorcode], ETIMEDOUT
and [eax + SOCKET.state], not SS_ISCONNECTING
call SOCKET_notify.unblock
call SOCKET_notify
ret 4
.fail: