From: Alan T. DeKok Date: Mon, 28 Oct 2024 18:07:36 +0000 (-0400) Subject: da_p is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1466898aa59991ad63fb293a46eee8dc3bb8e3e7;p=thirdparty%2Ffreeradius-server.git da_p is used --- diff --git a/src/lib/util/dict_tokenize.c b/src/lib/util/dict_tokenize.c index ca1e6b65527..cd7f8f63034 100644 --- a/src/lib/util/dict_tokenize.c +++ b/src/lib/util/dict_tokenize.c @@ -297,7 +297,7 @@ static int dict_process_type_field(dict_tokenize_ctx_t *ctx, char const *name, f * offset of a bit field in a structure. */ #define FLAG_FUNC(_name) \ -static int dict_flag_##_name(UNUSED fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)\ +static int dict_flag_##_name(fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)\ { \ (*da_p)->flags._name = 1; \ return 0; \