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/…
==============================================================================
--- 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