]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-syscfg-20050418
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 18 Apr 2005 15:43:50 +0000 (15:43 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 18 Apr 2005 15:43:50 +0000 (15:43 +0000)
GetAdaptersAddressess -> GetAdaptersAddresses

src/WINNT/afsreg/syscfg.c

index ab14c11eae548442d771fd91ec2f767bafd84dd8..6f8788ff988e887ee9c48df3aaa6b9660badb9d0 100644 (file)
@@ -64,7 +64,7 @@ int syscfg_GetIFInfo(int *count, int *addrs, int *masks, int *mtus, int *flags)
 
     hIpHlp = LoadLibrary("iphlpapi");
     if (hIpHlp != NULL) {
-        (FARPROC) pGetAdaptersAddresses = GetProcAddress(hIpHlp, "GetAdaptersAddressess");
+        (FARPROC) pGetAdaptersAddresses = GetProcAddress(hIpHlp, "GetAdaptersAddresses");
         if (pGetAdaptersAddresses == NULL)
             FreeLibrary(hIpHlp);
     }