Skip to content

Commit

Permalink
Print the start of a Foreach block, too
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 29, 2013
1 parent 943e66b commit 32f4b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/modcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,9 @@ static bool modcall_recurse(REQUEST *request, rlm_components_t component, int de
goto calculate_result;
}

RDEBUG2("%.*s%s %s ", depth + 1, modcall_spaces,
foreach, c->name);

paircursor(&cursor, &vp);
/* Prime the cursor. */
cursor.found = cursor.current;
Expand Down

0 comments on commit 32f4b31

Please sign in to comment.