Skip to content

Commit

Permalink
note where we may want more REXDENT in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 30, 2017
1 parent 3bcff08 commit 5d50a99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/unlang_interpret.c
Expand Up @@ -1390,6 +1390,7 @@ static rlm_rcode_t unlang_run(REQUEST *request, unlang_stack_t *stack)
priority);
frame->result = result;
frame->priority = priority;
/* @todo - REXDENT? */
goto done_subsection;
}

Expand All @@ -1406,6 +1407,7 @@ static rlm_rcode_t unlang_run(REQUEST *request, unlang_stack_t *stack)
priority);
frame->result = RLM_MODULE_REJECT;
frame->priority = priority;
/* @todo - REXDENT? */
goto done_subsection;
}

Expand Down Expand Up @@ -1445,6 +1447,7 @@ static rlm_rcode_t unlang_run(REQUEST *request, unlang_stack_t *stack)
stack->depth, __FUNCTION__,
fr_int2str(mod_rcode_table, frame->result, "<invalid>"),
frame->priority);
/* @todo - REXDENT? */
goto done_subsection;
}

Expand Down

0 comments on commit 5d50a99

Please sign in to comment.