From: Alan T. DeKok Date: Thu, 27 Mar 2025 18:24:26 +0000 (-0400) Subject: remove unnecessary assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b894377b469f2ca977095108ab44ce023df02c8d;p=thirdparty%2Ffreeradius-server.git remove unnecessary assignment --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 0b380a198e5..95e0d6196fe 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -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: /*