RDEBUG4("** [%i] %s - yielding with current (%s %d)", stack->depth, __FUNCTION__,
fr_table_str_by_value(mod_rcode_table, scratch->rcode, "<invalid>"),
scratch->priority);
- DUMP_STACK;
return UNLANG_FRAME_ACTION_YIELD;
/*
frame->result_p->priority,
frame->result_p == &(frame->section_result) ? "will set higher frame rcode" : "will NOT set higher frame rcode (result_p)");
- DUMP_STACK;
-
return UNLANG_FRAME_ACTION_POP;
}
RDEBUG4("** [%i] %s - substack begins", stack->depth, __FUNCTION__);
- DUMP_STACK;
-
return 0;
}