From: Alan T. DeKok Date: Mon, 11 May 2009 15:07:44 +0000 (+0200) Subject: This corrects the typo (sigh) X-Git-Tag: release_2_1_7~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fe53acc4a71bbb01a61bd6600b3bd80e7cd542;p=thirdparty%2Ffreeradius-server.git This corrects the typo (sigh) --- diff --git a/src/main/event.c b/src/main/event.c index 0e567752646..ab6ff7a3b77 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -2955,7 +2955,7 @@ REQUEST *received_proxy_response(RADIUS_PACKET *packet) * helps minimize the DoS effect of people attacking us * with spoofed packets. */ - if (rad_verify(request->proxy, packet, + if (rad_verify(packet, request->proxy, request->home_server->secret) != 0) { DEBUG("Ignoring spoofed proxy reply. Signature is invalid"); return;