From 5488f25d8b451b818858040488089c2a23dfee8e Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 3 Oct 2009 11:44:02 +0000 Subject: [PATCH] remove now unneeded code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9289 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.2