]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add 'const'
authorAlan T. DeKok <aland@freeradius.org>
Fri, 30 Aug 2024 14:55:56 +0000 (10:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 30 Aug 2024 14:55:56 +0000 (10:55 -0400)
src/lib/unlang/foreach_priv.h

index 798477e2c5bdb63d1bf611faed5402c3277988f3..43df37dca8b56172744a642d7c1083482fff513d 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 typedef struct {
        unlang_group_t  group;
        tmpl_t          *vpt;
-       fr_dict_attr_t  *key;           //!< key variable for the foreach loop
+       fr_dict_attr_t const   *key;            //!< key variable for the foreach loop
 } unlang_foreach_t;
 
 /** Cast a group structure to the foreach keyword extension