From: Alan T. DeKok Date: Thu, 7 Jan 2021 21:05:12 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d8e3a4dae53748762065e1eca282ffdf1b985b;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/cond_eval.c b/src/lib/server/cond_eval.c index 62611036cb6..2f20cea855a 100644 --- a/src/lib/server/cond_eval.c +++ b/src/lib/server/cond_eval.c @@ -470,7 +470,7 @@ do {\ cast_type = tmpl_da(map->lhs)->type; EVAL_DEBUG("NORMALISATION TYPE %s (PAIRCMP TYPE)", - fr_table_str_by_value(fr_value_box_type_table, cast->type, "")); + fr_table_str_by_value(fr_value_box_type_table, cast_type, "")); /* * Otherwise we use the explicit cast, or implicit * cast (from an attribute reference).