Skip to content

Commit 66224e0

Browse files
committed
[MSWSOCK]
- Pass the correct NumberOfConcurrentThreads parameter to NtCreateIoCompletion svn path=/branches/aicom-network-branch/; revision=48515
1 parent f8c89e8 commit 66224e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/mswsock/msafd/async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SockCreateAsyncQueuePort(VOID)
2626
Status = NtCreateIoCompletion(&SockAsyncQueuePort,
2727
IO_COMPLETION_ALL_ACCESS,
2828
NULL,
29-
-1);
29+
0);
3030

3131
/* Protect Handle */
3232
HandleFlags.ProtectFromClose = TRUE;

0 commit comments

Comments
 (0)