]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "ignore the inserted child list, not the parent one"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 27 Oct 2022 18:34:37 +0000 (14:34 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 27 Oct 2022 18:34:37 +0000 (14:34 -0400)
This reverts commit 0806bb103d9ac5840e0113ea89c920ac3474f06d.

src/lib/util/edit.c

index cfbac2fb510d2b7c2d0cdfdd05d89e4049a912e8..70b0d30ba16d06090d1339cde8c0da410ca0c968 100644 (file)
@@ -481,7 +481,7 @@ static int edit_record(fr_edit_list_t *el, fr_edit_op_t op, fr_pair_t *vp, fr_pa
                i = talloc_zero(el, fr_edit_ignore_t);
                if (!i) return 0;
 
-               i->list = &vp->vp_group;
+               i->list = list;
                fr_dlist_insert_tail(&el->ignore, i);
        }