]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Param is now used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 20:41:27 +0000 (14:41 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 20:41:27 +0000 (14:41 -0600)
src/lib/unlang/compile.c

index e346cf3ff300a355d47bbf572c6e979d38cbbb51..22eeee2e61af40c2d8a52608a793e7ec4ac33712 100644 (file)
@@ -2025,7 +2025,7 @@ static unlang_t *compile_edit_pair(unlang_t *parent, unlang_compile_t *unlang_ct
  *  Definitions which are adjacent to one another are automatically merged
  *  into one larger variable definition.
  */
-static unlang_t *compile_variable(unlang_t *parent, unlang_compile_t *unlang_ctx, unlang_t **prev, CONF_PAIR *cp, UNUSED tmpl_rules_t *t_rules)
+static unlang_t *compile_variable(unlang_t *parent, unlang_compile_t *unlang_ctx, unlang_t **prev, CONF_PAIR *cp, tmpl_rules_t *t_rules)
 {
        unlang_variable_t *var, *var_free;
        unlang_t        *c = NULL, *out = UNLANG_IGNORE;