]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes so that we don't forget
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Sep 2022 16:09:30 +0000 (12:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 Sep 2022 18:41:10 +0000 (14:41 -0400)
src/lib/unlang/edit.c

index 13e08eb9e349cdf229a25224a36c8fe974d5bff7..779154a4597f7575e70fdcff3bc075efed23fcc6 100644 (file)
@@ -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);
        }