Skip to content
Snippets Groups Projects
Commit 062a746f authored by Ronald Kinard's avatar Ronald Kinard
Browse files

Further fix IPv4 when IPv6 is available

parent ae056134
No related branches found
No related tags found
No related merge requests found
......@@ -651,7 +651,7 @@ static void SOCK_Send(void)
if (broadcastaddress[i].any.sa_family == AF_INET)
d = d4;
#ifdef HAVE_IPV6
if (broadcastaddress[i].any.sa_family == AF_INET6)
else if (broadcastaddress[i].any.sa_family == AF_INET6)
d = d6;
#endif
else
......
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