From: Alan T. DeKok Date: Thu, 1 Sep 2022 16:09:30 +0000 (-0400) Subject: notes so that we don't forget X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec55bee9c0db2464865bd6ed1a201d74afc0f6ea;p=thirdparty%2Ffreeradius-server.git notes so that we don't forget --- diff --git a/src/lib/unlang/edit.c b/src/lib/unlang/edit.c index 13e08eb9e34..779154a4597 100644 --- a/src/lib/unlang/edit.c +++ b/src/lib/unlang/edit.c @@ -347,6 +347,10 @@ static int apply_edits_to_list(request_t *request, edit_map_t *current) return -1; } + /* + * If the RHS is a list, then the apply_list code below will eventually call + * fr_edit_list_delete_list(), which will do all of the work. + */ return remove_vps(request, current); }