Skip to content

Commit 641cb7e

Browse files
committed
[MSWSOCK]
- Fix another typo that broke async select (we passed the thread context to the completion function instead of the completion context) svn path=/branches/aicom-network-branch/; revision=48516
1 parent 66224e0 commit 641cb7e

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
@@ -170,7 +170,7 @@ SockAsyncThread(PVOID Context)
170170
{
171171
/* Call the routine */
172172
SockHandleAsyncIndication(AsyncCompletionRoutine,
173-
Context,
173+
AsyncContext,
174174
&IoStatusBlock);
175175
}
176176
else

0 commit comments

Comments
 (0)