]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary assignment
authorAlan T. DeKok <aland@freeradius.org>
Thu, 27 Mar 2025 18:24:26 +0000 (14:24 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 27 Mar 2025 20:06:35 +0000 (16:06 -0400)
src/lib/util/value.c

index 0b380a198e5ab75905b00d247b9b8ac5a9409f6e..95e0d6196fea3fbda3cbed610b02400d0e21cd65 100644 (file)
@@ -5877,8 +5877,6 @@ int fr_value_box_list_concat_in_place(TALLOC_CTX *ctx,
         *      into it.
         */
        if (out == head_vb) {
-               out = head_vb;  /* sync up out and head_vb */
-
                switch (type) {
                case FR_TYPE_STRING:
                        /*