]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
da_p is used
authorAlan T. DeKok <aland@freeradius.org>
Mon, 28 Oct 2024 18:07:36 +0000 (14:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Oct 2024 18:07:36 +0000 (14:07 -0400)
src/lib/util/dict_tokenize.c

index ca1e6b65527972ff2698a532d59e5802a7eae0c6..cd7f8f6303428de8ce5405aacaf561e09107c236 100644 (file)
@@ -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; \