* @param[in] request being cancelled.
* @param[in] instance of rlm_rest.
* @param[in] thread Thread specific module instance.
- * @param[in] ctx rlm_rest_handle_t currently used by the request.
+ * @param[in] rctx rlm_rest_handle_t currently used by the request.
* @param[in] action What happened.
*/
void rest_io_module_action(REQUEST *request, void *instance, void *thread, void *rctx, fr_state_signal_t action)
* @param[in] request being cancelled.
* @param[in] instance of rlm_rest.
* @param[in] thread Thread specific module instance.
- * @param[in] ctx rlm_rest_handle_t currently used by the request.
+ * @param[in] rctx rlm_rest_handle_t currently used by the request.
* @param[in] action What happened.
*/
void rest_io_xlat_action(REQUEST *request, UNUSED void *instance, void *thread, void *rctx, fr_state_signal_t action)