Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d2236db8
Commit
d2236db8
authored
Nov 14, 2011
by
Juan Lang
Committed by
Alexandre Julliard
Nov 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi: Fix enumerating IPv6 addresses.
parent
9e0baa55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+2
-4
No files found.
dlls/iphlpapi/iphlpapi_main.c
View file @
d2236db8
...
@@ -770,12 +770,10 @@ static ULONG adapterAddressesFromIndex(ULONG family, ULONG flags, DWORD index,
...
@@ -770,12 +770,10 @@ static ULONG adapterAddressesFromIndex(ULONG family, ULONG flags, DWORD index,
ret
=
AllocateAndGetIpForwardTableFromStack
(
&
routeTable
,
FALSE
,
ret
=
AllocateAndGetIpForwardTableFromStack
(
&
routeTable
,
FALSE
,
GetProcessHeap
(),
0
);
GetProcessHeap
(),
0
);
if
(
!
ret
)
if
(
!
ret
)
{
num_v4_gateways
=
count_v4_gateways
(
index
,
routeTable
);
num_v4_gateways
=
count_v4_gateways
(
index
,
routeTable
);
if
(
!
(
flags
&
GAA_FLAG_SKIP_UNICAST
))
ret
=
v6addressesFromIndex
(
index
,
&
v6addrs
,
&
num_v6addrs
);
}
}
}
if
(
!
ret
&&
!
(
flags
&
GAA_FLAG_SKIP_UNICAST
))
ret
=
v6addressesFromIndex
(
index
,
&
v6addrs
,
&
num_v6addrs
);
}
}
else
else
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment