]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove & from comments
authorNick Porter <nick@portercomputing.co.uk>
Mon, 24 Nov 2025 09:47:29 +0000 (09:47 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 24 Nov 2025 09:49:23 +0000 (09:49 +0000)
src/lib/unlang/compile.c

index a085fb58f70d534394647b381bdf8bcdf11f8647..a23e456a1469822293682f090008e31765935e13 100644 (file)
@@ -682,9 +682,9 @@ static unlang_t *compile_edit_section(unlang_t *parent, unlang_compile_ctx_t *un
                map_t *child;
 
                /*
-                *      Don't update namespace for &reply += { ... }
+                *      Don't update namespace for reply += { ... }
                 *
-                *      Do update namespace for &reply.foo += { ... }
+                *      Do update namespace for reply.foo += { ... }
                 *
                 *      Don't update if the LHS is an internal group.
                 */
@@ -728,7 +728,7 @@ static unlang_t *compile_edit_section(unlang_t *parent, unlang_compile_ctx_t *un
                }
        } else {
                /*
-                *      &foo := { a, b, c }
+                *      foo := { a, b, c }
                 */
                if (map_list_afrom_cs(map, &map->child, cs, &t_rules, NULL, NULL, 256) < 0) {
                        goto fail;