]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add verify request on debug >= 3
authorAlan T. DeKok <aland@freeradius.org>
Tue, 13 Sep 2016 16:14:47 +0000 (12:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 13 Sep 2016 16:14:47 +0000 (12:14 -0400)
src/main/modcall.c

index af74b94e5a4fb3fd5f6dbaea4fe680373138b304..b799cbe8b1fd687059f59539fef472eb6a626fd3 100644 (file)
@@ -449,6 +449,10 @@ redo:
         */
        if (!c) goto finish;
 
+       if (fr_debug_lvl >= 3) {
+               VERIFY_REQUEST(request);
+       }
+
        rad_assert(c->debug_name != NULL); /* if this happens, all bets are off. */
 
        /*