From: Arran Cudbard-Bell Date: Sun, 5 Jun 2022 09:07:13 +0000 (-0400) Subject: const X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8a9c2425a942142deaef9e3a7298b6a2316814;p=thirdparty%2Ffreeradius-server.git const --- diff --git a/src/lib/util/types.c b/src/lib/util/types.c index 93630dba51f..a94cb002a90 100644 --- a/src/lib/util/types.c +++ b/src/lib/util/types.c @@ -608,7 +608,7 @@ fr_type_t fr_type_promote(fr_type_t a, fr_type_t b) */ void **fr_type_array_alloc(TALLOC_CTX *ctx, fr_type_t type, size_t count) { - char *c_type; + char const *c_type; c_type = fr_type_to_c_type[type]; if (c_type == NULL) {