Skip to content

Commit

Permalink
added VERIYF_REQUEST on debug >= 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 13, 2016
1 parent d62a2a3 commit be14292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/interpreter.c
Expand Up @@ -996,6 +996,10 @@ static rlm_rcode_t unlang_run(REQUEST *request, unlang_stack_t *stack)

rad_assert(instruction->debug_name != NULL); /* if this happens, all bets are off. */

if (fr_debug_lvl >= 3) {
VERIFY_REQUEST(request);
}

/*
* We've been asked to stop. Do so.
*/
Expand Down

0 comments on commit be14292

Please sign in to comment.