From: Alan T. DeKok Date: Mon, 21 Oct 2024 15:10:57 +0000 (-0400) Subject: this is static X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d1e638f2fe0f7127a65be16c2c004730b034b2;p=thirdparty%2Ffreeradius-server.git this is static --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index bfa7be79a77..52f2d9862b7 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -90,7 +90,7 @@ bool const fr_dict_enum_allowed_chars[UINT8_MAX + 1] = { * associated with the dictionary * e.g. libfreeradius-dhcpv6.so -> libfreeradius_dhcpv6_dict_protocol. */ -fr_dict_protocol_t dict_proto_default = { +static fr_dict_protocol_t dict_proto_default = { .name = "default", .default_type_size = 2, .default_type_length = 2,