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

(cherry picked from commit e93bf762518b9afe91dee604e46fd8339c78360d)

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);
     }