unlang_try_t const *gext = unlang_generic_to_try(frame->instruction);
fr_assert(frame->instruction->type == UNLANG_TYPE_TRY);
+ fr_assert(rcode < RLM_MODULE_NUMCODES);
/*
* Push the one "catch" section that we want to run. Once it's done, it will pop, return to us,
* If the child is returning for that action, ensure that _we_ aren't returning.
*
* Note that as above, reject / fail / invalid / disallow / timeout are errors, and cause the
- * child to immediately return. All other rcodes
+ * child to immediately return. All other rcodes
*/
for (i = 0; i < RLM_MODULE_NUMCODES; i++) {
/*