From: Alan T. DeKok Date: Mon, 13 Jan 2020 23:30:07 +0000 (-0500) Subject: remove unnecessary comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ecc2f56b08012022c851fb886a64cc8b381d2e;p=thirdparty%2Ffreeradius-server.git remove unnecessary comment --- diff --git a/src/lib/unlang/function.c b/src/lib/unlang/function.c index 38369dc90be..307315abb45 100644 --- a/src/lib/unlang/function.c +++ b/src/lib/unlang/function.c @@ -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) {