From: Alan T. DeKok Date: Thu, 25 Nov 2021 16:25:55 +0000 (-0500) Subject: fix code broken in commit 3391575a5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f66ada03e797a785553f40f364280d79361e552;p=thirdparty%2Ffreeradius-server.git fix code broken in commit 3391575a5 --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index bcbcf543c61..0a82e1aa0f8 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -127,8 +127,8 @@ fr_table_num_ordered_t const fr_value_box_type_table[] = { { L("float32"), FR_TYPE_FLOAT32 }, { L("float64"), FR_TYPE_FLOAT64 }, - { L("time_delta"), FR_TYPE_TIME_DELTA }, { L("date"), FR_TYPE_DATE }, + { L("time_delta"), FR_TYPE_TIME_DELTA }, { L("size"), FR_TYPE_SIZE },