X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=netconn.c;h=46e4e43601af0f02ca1655de0f7550cefad4e988;hb=8823e14b9482ce5779c09a48e9b81f397f94b55f;hp=b27a4d8b8b60c6fc100e6a899297eb4ee1b490e6;hpb=d63a3c8a9951cfdb81741d7478261411473f790a;p=xonotic%2Fdarkplaces.git diff --git a/netconn.c b/netconn.c index b27a4d8b..46e4e436 100755 --- a/netconn.c +++ b/netconn.c @@ -1527,11 +1527,11 @@ static void NetConn_ClientParsePacket_ServerList_ParseDPList(lhnetaddress_t *sen if (port != 0) { +#ifdef WHY_JUST_WHY const char *ifname; /// \TODO: make some basic checks of the IP address (broadcast, ...) -#ifdef WHY_JUST_WHY ifname = LHNETADDRESS_GetInterfaceName(senderaddress); if (ifname != NULL) {