this helps with transitioning the actual values
* The default for a failed transaction is to continue to
* the next instruction on failure.
*/
- c->actions.actions[RLM_MODULE_FAIL] = 1;
- c->actions.actions[RLM_MODULE_INVALID] = 1;
- c->actions.actions[RLM_MODULE_DISALLOW] = 1;
+ c->actions.actions[RLM_MODULE_FAIL] = MOD_PRIORITY(1);
+ c->actions.actions[RLM_MODULE_INVALID] = MOD_PRIORITY(1);
+ c->actions.actions[RLM_MODULE_DISALLOW] = MOD_PRIORITY(1);
/*
* For the children of this keyword, any failure is