[ros-diffs] [cgutman] 48512: [MSWSOCK] - Fix completion port initialization

cgutman at svn.reactos.org cgutman at svn.reactos.org
Tue Aug 10 15:59:34 UTC 2010


Author: cgutman
Date: Tue Aug 10 15:59:33 2010
New Revision: 48512

URL: http://svn.reactos.org/svn/reactos?rev=48512&view=rev
Log:
[MSWSOCK]
- Fix completion port initialization

Modified:
    branches/aicom-network-branch/dll/win32/mswsock/msafd/select.c

Modified: branches/aicom-network-branch/dll/win32/mswsock/msafd/select.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/mswsock/msafd/select.c?rev=48512&r1=48511&r2=48512&view=diff
==============================================================================
--- branches/aicom-network-branch/dll/win32/mswsock/msafd/select.c [iso-8859-1] (original)
+++ branches/aicom-network-branch/dll/win32/mswsock/msafd/select.c [iso-8859-1] Tue Aug 10 15:59:33 2010
@@ -75,7 +75,7 @@
     }
 
     /* Check if the port exists, and if not, create it */
-    if (SockAsyncQueuePort) SockCreateAsyncQueuePort();
+    if (!SockAsyncQueuePort) SockCreateAsyncQueuePort();
 
     /* 
      * Now Set up the Completion Port Information 




More information about the Ros-diffs mailing list