]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary assignment
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Nov 2022 21:09:35 +0000 (16:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Nov 2022 21:21:06 +0000 (16:21 -0500)
src/lib/unlang/compile.c

index 85d8a626c39e78dec43121e4941018fcf3876504..a92c2c956ced6e16b8451cf4d88b7eb43a7855dc 100644 (file)
@@ -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.