diff --git a/src/i_tcp.c b/src/i_tcp.c index df7b3cf28..6cfc8c7c2 100644 --- a/src/i_tcp.c +++ b/src/i_tcp.c @@ -690,7 +690,7 @@ static void SOCK_Send(void) if (clientaddress[doomcom->remotenode].any.sa_family == AF_INET) d = d4; #ifdef HAVE_IPV6 - if (clientaddress[doomcom->remotenode].any.sa_family == AF_INET6) + else if (clientaddress[doomcom->remotenode].any.sa_family == AF_INET6) d = d6; #endif else