CVS: winex/dlls/iphlpapi iphlpapi_main.c,1.9,1.10

[email protected]
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/iphlpapi iphlpapi_main.c,1.9,1.10Update of /var/lib/cvsd/cvsroot/winex/dlls/iphlpapi
In directory agravaine:/tmp/cvs-serv14221/dlls/iphlpapi

Modified Files:
	iphlpapi_main.c 
Log Message:

- import iphlpapi bugfix from WineHQ


Index: iphlpapi_main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/iphlpapi/iphlpapi_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- iphlpapi_main.c	30 Mar 2007 20:11:02 -0000	1.9
+++ iphlpapi_main.c	30 Mar 2007 20:13:26 -0000	1.10
@@ -722,7 +722,7 @@
                   if (firstIPAddr) {
                     toIPAddressString(ipAddrTable->table[i].dwAddr,
                      ptr->IpAddressList.IpAddress.String);
-                    toIPAddressString(ipAddrTable->table[i].dwBCastAddr,
+                    toIPAddressString(ipAddrTable->table[i].dwMask,
                      ptr->IpAddressList.IpMask.String);
                     firstIPAddr = FALSE;
                   }
@@ -731,7 +731,7 @@
                     currentIPAddr = nextIPAddr;
                     toIPAddressString(ipAddrTable->table[i].dwAddr,
                      currentIPAddr->IpAddress.String);
-                    toIPAddressString(ipAddrTable->table[i].dwBCastAddr,
+                    toIPAddressString(ipAddrTable->table[i].dwMask,
                      currentIPAddr->IpMask.String);
                     nextIPAddr++;
                   }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.