Skip to content

Commit 1aa6c8a

Browse files
committed
[WINSOCK]
- Fix a nasty typo in SockEnterApiFast svn path=/branches/aicom-network-branch/; revision=48011
1 parent 6dd30b1 commit 1aa6c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/reactos/winsock/msafdlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ SockEnterApiFast(OUT PWINSOCK_TEB_DATA *ThreadData)
404404
/* Make sure we aren't terminating and get our thread data */
405405
if (!(SockProcessTerminating) &&
406406
(SockWspStartupCount > 0) &&
407-
((*ThreadData == NtCurrentTeb()->WinSockData)))
407+
((*ThreadData = NtCurrentTeb()->WinSockData)))
408408
{
409409
/* Everything is good, return */
410410
return NO_ERROR;

0 commit comments

Comments
 (0)