Author: cgutman Date: Tue Aug 10 22:23:51 2010 New Revision: 48516
URL: http://svn.reactos.org/svn/reactos?rev=48516&view=rev Log: [MSWSOCK] - Fix another typo that broke async select (we passed the thread context to the completion function instead of the completion context)
Modified: branches/aicom-network-branch/dll/win32/mswsock/msafd/async.c
Modified: branches/aicom-network-branch/dll/win32/mswsock/msafd/async.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/m... ============================================================================== --- branches/aicom-network-branch/dll/win32/mswsock/msafd/async.c [iso-8859-1] (original) +++ branches/aicom-network-branch/dll/win32/mswsock/msafd/async.c [iso-8859-1] Tue Aug 10 22:23:51 2010 @@ -170,7 +170,7 @@ { /* Call the routine */ SockHandleAsyncIndication(AsyncCompletionRoutine, - Context, + AsyncContext, &IoStatusBlock); } else