]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove now unneeded code
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Oct 2009 11:44:02 +0000 (11:44 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Oct 2009 11:44:02 +0000 (11:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9289 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index a9987fa1d3d2bb7973f61ffd3614b20487a056de..44c15d6fdb06b20657ddc12e62268ce6d31c7176 100755 (executable)
--- 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;
 }