From: Alan T. DeKok Date: Tue, 29 Nov 2022 23:16:26 +0000 (-0500) Subject: don't use "update" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61d524985c2d2fc5a1981c21bd90e7b4a45f84d;p=thirdparty%2Ffreeradius-server.git don't use "update" --- diff --git a/src/tests/keywords/pap-ssha2 b/src/tests/keywords/pap-ssha2 index 53ad8f2741b..104c2b909c9 100644 --- a/src/tests/keywords/pap-ssha2 +++ b/src/tests/keywords/pap-ssha2 @@ -9,10 +9,8 @@ # # Skip if the server wasn't built with openssl # -if ('${feature.tls}' != 'yes') { - update reply { - &Packet-Type := Access-Accept - } +if (!('${feature.tls}' == 'yes')) { + &reply.Packet-Type := Access-Accept handled }