]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove stray &
authorNick Porter <nick@portercomputing.co.uk>
Fri, 29 Aug 2025 10:52:02 +0000 (11:52 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 29 Aug 2025 10:52:02 +0000 (11:52 +0100)
src/lib/server/map.c

index cd01bd0a778041d0afbf7777d12ff12db97fabdc..de42d2a03ee6e782522733d0befc721253c53c1e 100644 (file)
@@ -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