]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Helps to use the correct type
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Jun 2022 09:00:51 +0000 (05:00 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Jun 2022 09:00:51 +0000 (05:00 -0400)
src/lib/util/types.c

index 0b89fe348f3f1618fe0ff32f80c3b88044177779..93630dba51fe41d143f98fb790d94dbb1b14d56c 100644 (file)
@@ -87,7 +87,7 @@ size_t fr_type_table_len = NUM_ELEMENTS(fr_type_table);
  *
  * Useful for setting talloc types correctly.
  */
-static size_t const fr_type_to_c_type[] = {
+static char const *fr_type_to_c_type[] = {
        [FR_TYPE_STRING]                        = "char *",
        [FR_TYPE_OCTETS]                        = "uint8_t *",