]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
there's no need to make this "const"
authorAlan T. DeKok <aland@freeradius.org>
Tue, 16 Dec 2025 17:45:03 +0000 (18:45 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 16 Dec 2025 18:02:21 +0000 (19:02 +0100)
src/lib/util/value.h

index d7c04b92ac5e9d93aebfb9747c5391116e8b4ce0..c8dfe5f56d8e7b18c4d1baa42a8a41504a6f199b 100644 (file)
@@ -148,7 +148,7 @@ typedef union {
        size_t                                  size;                   //!< System specific file/memory size.
        fr_time_delta_t                         time_delta;             //!< a delta time in nanoseconds
 
-       fr_dict_attr_t const    * _CONST        da;                     //!< dictionary reference
+       fr_dict_attr_t const                    *da;                    //!< dictionary reference
 
        fr_value_box_list_t                     children;               //!< for groups
 } fr_value_box_datum_t;