From 17f5ddd1e0a68677aa1f4e1318203952a2718119 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 13 Jul 2010 00:54:52 +0000 Subject: [PATCH] [WS2_32] - Update the catalog ID when we locate the matching provider - mswsock from aicom-network-branch can successfully create sockets now svn path=/trunk/; revision=48023 --- reactos/dll/win32/ws2_32/misc/catalog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/ws2_32/misc/catalog.c b/reactos/dll/win32/ws2_32/misc/catalog.c index 0dc13c41de3..53de8b5e970 100644 --- a/reactos/dll/win32/ws2_32/misc/catalog.c +++ b/reactos/dll/win32/ws2_32/misc/catalog.c @@ -146,6 +146,7 @@ LocateProvider(LPWSAPROTOCOL_INFOW lpProtocolInfo) (lpProtocolInfo->iSocketType == SOCK_RAW))) { //LeaveCriticalSection(&CatalogLock); + lpProtocolInfo->dwCatalogEntryId = Provider->ProtocolInfo.dwCatalogEntryId; WS_DbgPrint(MID_TRACE, ("Returning provider at (0x%X).\n", Provider)); return Provider; }