From: Alan T. DeKok Date: Thu, 17 Nov 2022 21:09:35 +0000 (-0500) Subject: remove unnecessary assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560ef057b86c5ff260f592573117a157e87427de;p=thirdparty%2Ffreeradius-server.git remove unnecessary assignment --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 85d8a626c39..a92c2c956ce 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -1364,7 +1364,6 @@ static unlang_t *compile_update_to_edit(unlang_t *parent, unlang_compile_t *unla } else { snprintf(list_buffer, sizeof(list_buffer), "&%s", fr_table_str_by_value(pair_list_table, unlang_ctx->rules->attr.list_def, "???")); } - list = list_buffer; /* * Loop over the entries, rewriting them.