From: Alan T. DeKok Date: Tue, 13 Sep 2016 16:14:47 +0000 (-0400) Subject: add verify request on debug >= 3 X-Git-Tag: release_3_0_12~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062b53fb19344445fcbbf04c81051d4c3a9e2640;p=thirdparty%2Ffreeradius-server.git add verify request on debug >= 3 --- diff --git a/src/main/modcall.c b/src/main/modcall.c index af74b94e5a4..b799cbe8b1f 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -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. */ /*