]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 28 Jan 2018 04:35:38 +0000 (21:35 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 28 Jan 2018 04:35:38 +0000 (21:35 -0700)
src/modules/rlm_rest/io.c

index 240e70f86cb41b6e36763428c4e29ac9af0a8d6e..8f850fe122dd3b9aa83ac4c2c22fc8106cea37fa 100644 (file)
@@ -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)