[ros-diffs] [cgutman] 48021: [MSWSOCK] - Fix a typo in a DLL name

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Jul 12 23:16:50 UTC 2010


Author: cgutman
Date: Mon Jul 12 23:16:50 2010
New Revision: 48021

URL: http://svn.reactos.org/svn/reactos?rev=48021&view=rev
Log:
[MSWSOCK]
- Fix a typo in a DLL name

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

Modified: branches/aicom-network-branch/dll/win32/mswsock/msafd/spi.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/mswsock/msafd/spi.c?rev=48021&r1=48020&r2=48021&view=diff
==============================================================================
--- branches/aicom-network-branch/dll/win32/mswsock/msafd/spi.c [iso-8859-1] (original)
+++ branches/aicom-network-branch/dll/win32/mswsock/msafd/spi.c [iso-8859-1] Mon Jul 12 23:16:50 2010
@@ -60,7 +60,7 @@
 NewIcfConnection(IN PSOCK_ICF_DATA IcfData)
 {
     /* Load the ICF DLL */
-    IcfData->DllHandle = LoadLibraryW(L"hhnetcfg.dll");
+    IcfData->DllHandle = LoadLibraryW(L"hnetcfg.dll");
     if (IcfData->DllHandle)
     {
         /* Get the entrypoints */




More information about the Ros-diffs mailing list