]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use concat
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 19:07:09 +0000 (12:07 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 19:12:30 +0000 (12:12 -0700)
src/tests/keywords/xlat-list

index a0dd9819b02fe17cffc26f97297ef26700072c7f..5c5526e189801254af7add5e3c63c9ed4d22a100 100644 (file)
@@ -33,7 +33,7 @@ if ("%{control:[*]}" != '192.0.2.1,192.0.2.2') {
 update request {
        Tmp-IP-Address-1 += "%{control:[1]}"
        Tmp-IP-Address-1 += "%{control:[0]}"
-       Tmp-String-0 = "%{control:[*]}"
+       Tmp-String-0 = "%{concat:%{control:[*]}}"
        Tmp-Integer-0 = "%{control:[#]}"
 }