]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
...again have to specify Class[0] explicitly
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 03:26:25 +0000 (20:26 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 19:12:27 +0000 (12:12 -0700)
src/tests/keywords/update-add-ref-index

index f3c8582b9ed5628bf25e14276f55805bd0b66244..93ec921b0a38234a7ae6628e25ee49b6750fca89 100644 (file)
@@ -39,10 +39,10 @@ update request {
 }
 
 #
-#  Copy the first instance (implicitly) of class
+#  Copy the first instance of class
 #
 update request {
-       Proxy-State += &Class
+       Proxy-State += &Class[0]
 }
 
 if (&Proxy-State[0] != 0x01020304) {