]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Jan 2021 21:05:12 +0000 (16:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Jan 2021 21:05:12 +0000 (16:05 -0500)
src/lib/server/cond_eval.c

index 62611036cb62feefbbf287594a88007363d20725..2f20cea855aa30cb1ef3bb4be8796c921c0d0c9d 100644 (file)
@@ -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, "<INVALID>"));
+                          fr_table_str_by_value(fr_value_box_type_table, cast_type, "<INVALID>"));
        /*
         *      Otherwise we use the explicit cast, or implicit
         *      cast (from an attribute reference).