]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2016 13:55:26 +0000 (08:55 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2016 17:42:37 +0000 (12:42 -0500)
src/main/cond_eval.c

index f8df545a813c4d100a6017ab0fbb98482046cd41..8d30cf93f5c97dbdf89ac49deb33b47e794e9e26 100644 (file)
@@ -680,7 +680,7 @@ int cond_eval_map(REQUEST *request, UNUSED int modreturn, UNUSED int depth, fr_c
 
        case TMPL_TYPE_DATA:
                rcode = cond_normalise_and_cmp(request, c,
-                                             map->lhs->tmpl_value_box_type, NULL, &map->lhs->tmpl_value_box_datum);
+                                              map->lhs->tmpl_value_box_type, NULL, &map->lhs->tmpl_value_box_datum);
                break;
 
        case TMPL_TYPE_UNPARSED: