From: Arran Cudbard-Bell Date: Sun, 19 Apr 2020 01:33:10 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c59c8f0dcae1a9aeea7be72e9fdf0878865fa42;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/table.c b/src/lib/util/table.c index 8e38c6d2e56..77795b9d1ab 100644 --- a/src/lib/util/table.c +++ b/src/lib/util/table.c @@ -455,4 +455,4 @@ TABLE_TYPE_VALUE_INDEX_BIT_FIELD_FUNC(fr_table_num_indexed_bit_pos_t const *, fr /* * Array lookup based on numeric value */ -TABLE_TYPE_VALUE_INDEX_BIT_FIELD_FUNC(fr_table_num_indexed_t const *, fr_table_indexed_str_by_num, unsigned int) +TABLE_TYPE_VALUE_INDEX_FUNC(fr_table_num_indexed_t const *, fr_table_indexed_str_by_num, unsigned int)