RDEBUG4("[%i] %s - %s (%s)", stack_depth_current(request), __FUNCTION__,
mc->instance->name, mc->instance->module->name);
- /*
- * Grab the thread/module specific data if any exists.
- */
- state->thread = module_thread(mc->instance);
state->p_result = NULL;
- fr_assert(state->thread != NULL);
/*
* Return administratively configured return code
goto done;
}
+ /*
+ * Grab the thread/module specific data if any exists.
+ */
+ state->thread = module_thread(mc->instance);
+ fr_assert(state->thread != NULL);
+
/*
* Don't allow returning _through_ modules
*/