Skip to content

Commit f8c89e8

Browse files
committed
[MSWSOCK]
- Fix completion port initialization svn path=/branches/aicom-network-branch/; revision=48512
1 parent c4a0512 commit f8c89e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/mswsock/msafd/select.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SockCheckAndInitAsyncSelectHelper(VOID)
7575
}
7676

7777
/* Check if the port exists, and if not, create it */
78-
if (SockAsyncQueuePort) SockCreateAsyncQueuePort();
78+
if (!SockAsyncQueuePort) SockCreateAsyncQueuePort();
7979

8080
/*
8181
* Now Set up the Completion Port Information

0 commit comments

Comments
 (0)