Skip to content

Commit

Permalink
Clarify use of xlat_unlang_push
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 23, 2018
1 parent 2f611db commit 6f679b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xlat_unlang.c
Expand Up @@ -86,8 +86,8 @@ static unlang_t xlat_instruction = {
* @param[out] out Where to write the result of the expansion.
* @param[in] request to push xlat onto.
* @param[in] exp node to evaluate.
* @param[in] top_frame Set to UNLANG_TOP_FRAME if this is the shallowest nesting level.
* Set to UNLANG_SUB_FRAME if this is a nested expansion.
* @param[in] top_frame Set to UNLANG_TOP_FRAME if the interpreter should return.
* Set to UNLANG_SUB_FRAME if the interprer should continue.
*/
void xlat_unlang_push(TALLOC_CTX *ctx, fr_value_box_t **out,
REQUEST *request, xlat_exp_t const *exp, bool top_frame)
Expand Down

0 comments on commit 6f679b3

Please sign in to comment.