Bruno Jesus bjesus@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@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.