This corrects the typo (sigh)
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 May 2009 15:07:44 +0000 (17:07 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 May 2009 15:07:59 +0000 (17:07 +0200)
src/main/event.c

index aa1026e..7b23758 100644 (file)
@@ -2940,7 +2940,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;