Skip to content

Commit ba63a6d

Browse files
committed
[MSWSOCK]
- Fix a typo in a DLL name svn path=/branches/aicom-network-branch/; revision=48021
1 parent 1aa6c8a commit ba63a6d

File tree

1 file changed

+1
-1
lines changed
  • dll/win32/mswsock/msafd

1 file changed

+1
-1
lines changed

dll/win32/mswsock/msafd/spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ WSPAPI
6060
NewIcfConnection(IN PSOCK_ICF_DATA IcfData)
6161
{
6262
/* Load the ICF DLL */
63-
IcfData->DllHandle = LoadLibraryW(L"hhnetcfg.dll");
63+
IcfData->DllHandle = LoadLibraryW(L"hnetcfg.dll");
6464
if (IcfData->DllHandle)
6565
{
6666
/* Get the entrypoints */

0 commit comments

Comments
 (0)