10 May
2017
10 May
'17
11:58 a.m.
Bruno Jesus <bjesus(a)codeweavers.com> writes:
The exotic interface indexes used by linux for tun/ppp connections may cause problems resulting in interface_bind_check not finding the expected interface during loop.
Signed-off-by: Bruno Jesus <bjesus(a)codeweavers.com> --- dlls/ws2_32/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The error checking would need to be adapted then, checking ifindex > 0 no longer makes much sense. -- Alexandre Julliard julliard(a)winehq.org