From: Alan T. DeKok Date: Thu, 18 Apr 2019 13:54:31 +0000 (-0400) Subject: doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0419aeb7c7ca57bfad4fd14fdb3733fa28f1066e;p=thirdparty%2Ffreeradius-server.git doxygen --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index e3bb326ced7..40f553286b8 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -3412,8 +3412,7 @@ int unlang_compile(CONF_SECTION *cs, rlm_components_t component, vp_tmpl_rules_t /** Compile a named subsection * * @param server_cs the server CONF_SECTION - * @param name1 the first name of the subsection to compile - * @param name2 the second name of the subsection to compile. + * @param cs the subsection to compile * @param component the component to compile * @param rules the rules to follow * @return @@ -3422,7 +3421,7 @@ int unlang_compile(CONF_SECTION *cs, rlm_components_t component, vp_tmpl_rules_t * - 1 on successfully compiled * */ -int unlang_compile_subsection(CONF_SECTION *server_cs, CONF_SECTION *cs, rlm_components_t component, +int unlang_compile_subsection(UNUSED CONF_SECTION *server_cs, CONF_SECTION *cs, rlm_components_t component, vp_tmpl_rules_t const *rules) { char const *name1, *name2;