]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove Packet-Authentication-Vector here, too
authorAlan T. DeKok <aland@freeradius.org>
Thu, 31 Aug 2023 14:09:35 +0000 (10:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 31 Aug 2023 14:09:35 +0000 (10:09 -0400)
src/tests/keywords/xlat-virtual-attr

index 83fb6176ee50e0c4c23042c436bf5705db83d2b6..c29c063046a5a57555c4b89de0c0b6d7be29bed8 100644 (file)
@@ -6,13 +6,6 @@ if (!("%{Packet-Type}" == 'Access-Request')) {
        test_fail
 }
 
-#  Response hasn't been set yet, but reply.Packet-Type
-#  is virtual, and always exists.
-
-if (!("%{Packet-Authentication-Vector}" == 0x00000000000000000000000000000000)) {
-       test_fail
-}
-
 if (!("%{Packet-Src-IP-Address}" == 127.0.0.1)) {
        test_fail
 }