]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary comment
authorAlan T. DeKok <aland@freeradius.org>
Mon, 13 Jan 2020 23:30:07 +0000 (18:30 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 13 Jan 2020 23:30:07 +0000 (18:30 -0500)
src/lib/unlang/function.c

index 38369dc90be13d229807b9ac2e77acded3151ae8..307315abb45fd86164b98a6f59363761e03147c9 100644 (file)
@@ -59,7 +59,7 @@ static unlang_t function_instruction = {
 /** Call a generic function
  *
  * @param[in] request  The current request.
- * @param[out] presult The frame result.  Always set to RLM_MODULE_OK (fixme?).
+ * @param[out] presult The frame result.
  */
 static unlang_action_t unlang_function_call(REQUEST *request, rlm_rcode_t *presult)
 {