]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
clean up and comments
authorAlan T. DeKok <aland@freeradius.org>
Mon, 21 Aug 2023 01:06:05 +0000 (21:06 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 21 Aug 2023 12:20:22 +0000 (08:20 -0400)
src/tests/keywords/immutable

index c926c04e14e9e85280ef57e9da64224534de5909..af95e6d415d16cb59e6ef31eabfda953ad0ca867 100644 (file)
@@ -59,12 +59,14 @@ if !(&Tmp-Integer-0 == 1814) {
        &NAS-Port = 6809
 }
 
-debug_request
-
 if !(&NAS-Port[1] == 6809) {
        test_fail
 }
 
+#
+#  Deleting all NAS-Port attributes means that we delete the _mutable_
+#  ones, and leave the _immutable_ ones in place.
+#
 &request -= &NAS-Port[*]
 if !(&NAS-Port == 1813) {
        test_fail