* net.cc (get_xp_ifs): Fix typo in comment.
This commit is contained in:
parent
265b5faec7
commit
d3920e10ad
@ -1,3 +1,7 @@
|
||||
2009-07-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* net.cc (get_xp_ifs): Fix typo in comment.
|
||||
|
||||
2009-07-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.h (class fhandler_socket): Add class members and methods
|
||||
|
@ -1766,7 +1766,7 @@ get_xp_ifs (ULONG family)
|
||||
if (!pap->FirstUnicastAddress)
|
||||
{
|
||||
/* FirstUnicastAddress is NULL for interfaces which are disconnected.
|
||||
Fetch number of configured IPva addresses from registry and
|
||||
Fetch number of configured IPv4 addresses from registry and
|
||||
store in an unused member of the adapter addresses structure. */
|
||||
pap->Ipv6IfIndex = get_ipv4fromreg_ipcnt (pap->AdapterName);
|
||||
cnt += pap->Ipv6IfIndex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user