]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use :=, not =
authorAlan T. DeKok <aland@freeradius.org>
Wed, 22 Oct 2025 12:21:47 +0000 (14:21 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 22 Oct 2025 12:21:47 +0000 (14:21 +0200)
raddb/policy.d/control

index b3f1e036695c2c3db6b887e4f4c88b85bf1159bf..05e2b2dc643a652b72072ffca53b6eb1fdc24a67 100644 (file)
@@ -14,7 +14,7 @@ do_not_respond {
 #
 accept {
        update control {
-               &Response-Packet-Type = Access-Accept
+               &Response-Packet-Type := Access-Accept
        }
        handled
 }
@@ -24,7 +24,7 @@ accept {
 #
 challenge {
        update control {
-               &Response-Packet-Type = Access-Challenge
+               &Response-Packet-Type := Access-Challenge
        }
        handled
 }
@@ -34,7 +34,7 @@ challenge {
 #
 acct_response {
        update control {
-               &Response-Packet-Type = Accounting-Response
+               &Response-Packet-Type := Accounting-Response
        }
        handled
 }