From: Arran Cudbard-Bell Date: Sun, 28 Jan 2018 04:35:38 +0000 (-0700) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcc72bc510dd812514c97fcd8e4fe0ceb9fa08a;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/modules/rlm_rest/io.c b/src/modules/rlm_rest/io.c index 240e70f86cb..8f850fe122d 100644 --- a/src/modules/rlm_rest/io.c +++ b/src/modules/rlm_rest/io.c @@ -330,7 +330,7 @@ static int _rest_io_event_modify(UNUSED CURL *easy, curl_socket_t fd, int what, * @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) @@ -362,7 +362,7 @@ void rest_io_module_action(REQUEST *request, void *instance, void *thread, void * @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)