]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update comments
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Mar 2025 10:17:30 +0000 (17:17 +0700)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 21 Mar 2025 05:53:36 +0000 (12:53 +0700)
src/tests/keywords/foreach-list

index 17c81762653305889f55835a3634510563bc9a96..f704fa2c2904324f6a1e19c0fac4b8b43911744f 100644 (file)
@@ -4,8 +4,9 @@
 string total
 
 #
-#  Try to delete one of the variables we're looping over.  If the user could delete one,
-#  then the underlying tmpl_dcursor would crash, as it didn't know about the deletion.
+#  Loop over children of a list.
+#
+#  Do NOT loop over the grandchildren.
 #
 foreach string value (request.[*]) {
        total += value