Return from function
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 19:26:20 +0000 (21:26 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 19:26:20 +0000 (21:26 +0200)
src/main/event.c

index ab6ff7a..b866625 100644 (file)
@@ -2958,7 +2958,7 @@ REQUEST *received_proxy_response(RADIUS_PACKET *packet)
        if (rad_verify(packet, request->proxy,
                       request->home_server->secret) != 0) {
                DEBUG("Ignoring spoofed proxy reply.  Signature is invalid");
-               return;
+               return NULL;
        }
 
        gettimeofday(&now, NULL);