Skip to content
Snippets Groups Projects
Commit d888f3ba authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard
Browse files

ws2_32: Consider socket with zero ifindex unbound.


Real interface index can't be zero.
getsockopt(..., IP_UNICAST_IF, ...) may return success and zero
interface index if IP_UNICAST_IF was never set.

Avoids error output which doesn't inidcate a real error condition
for such case.

Signed-off-by: default avatarPaul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent a2fe0d57
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment