From: Alan T. DeKok Date: Thu, 27 Oct 2022 18:34:37 +0000 (-0400) Subject: Revert "ignore the inserted child list, not the parent one" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e79313af1421d92eec1f23ac75d53ee6280dec;p=thirdparty%2Ffreeradius-server.git Revert "ignore the inserted child list, not the parent one" This reverts commit 0806bb103d9ac5840e0113ea89c920ac3474f06d. --- diff --git a/src/lib/util/edit.c b/src/lib/util/edit.c index cfbac2fb510..70b0d30ba16 100644 --- a/src/lib/util/edit.c +++ b/src/lib/util/edit.c @@ -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); }