Skip to content

Commit

Permalink
fix obvious bug, thanks mattn2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Apr 16, 2008
1 parent 7a8c1dd commit d77d3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/net_ip.c
Expand Up @@ -928,7 +928,7 @@ void NET_SetMulticast6(void)

memcpy(&curgroup.ipv6mr_multiaddr, &addr.sin6_addr, sizeof(curgroup.ipv6mr_multiaddr));

if(!*net_mcast6iface->string)
if(*net_mcast6iface->string)
{
#ifdef _WIN32
curgroup.ipv6mr_interface = atoi(net_mcast6iface->string);
Expand Down

0 comments on commit d77d3e0

Please sign in to comment.