From: Nick Porter Date: Fri, 29 Aug 2025 10:52:02 +0000 (+0100) Subject: Remove stray & X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e87eed81093d87cc8b6841c47356068905c96d6;p=thirdparty%2Ffreeradius-server.git Remove stray & --- diff --git a/src/lib/server/map.c b/src/lib/server/map.c index cd01bd0a77..de42d2a03e 100644 --- a/src/lib/server/map.c +++ b/src/lib/server/map.c @@ -1030,7 +1030,7 @@ do_children: fr_assert(fr_type_is_leaf(tmpl_attr_tail_da(map->lhs)->type)); /* - * &foo := { a, b, c } + * foo := { a, b, c } * * @todo - maybe lhs_rules? But definitely not child_lhs_rules. * @@ -1065,14 +1065,14 @@ do_children: /* * Over-ride RHS rules for * - * &reply += { - * &User-Name = &User-Name + * reply += { + * User-Name = User-Name * } * * Which looks stupid. Instead we require * - * &reply += { - * &User-Name = &request.User-Name + * reply += { + * User-Name = request.User-Name * } * * On the other hand, any xlats on the RHS don't use the full path. :( And we still need