From: divverent Date: Sat, 3 Oct 2009 11:44:02 +0000 (+0000) Subject: remove now unneeded code X-Git-Tag: xonotic-v0.1.0preview~1344 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5488f25d8b451b818858040488089c2a23dfee8e;p=xonotic%2Fdarkplaces.git remove now unneeded code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9289 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.c b/netconn.c index a9987fa1..44c15d6f 100755 --- a/netconn.c +++ b/netconn.c @@ -2397,8 +2397,6 @@ qboolean hmac_mdfour_challenge_matching(lhnetaddress_t *peeraddress, const char // unmark challenge to prevent replay attacks challenge[i].time = 0; - LHNETADDRESS_FromString(&challenge[i].address, "local:42", 42); // no rcon will come from there for sure - challenge[i].address = *peeraddress; return true; }