From: Arran Cudbard-Bell Date: Thu, 25 Jan 2018 03:26:25 +0000 (-0700) Subject: ...again have to specify Class[0] explicitly X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc0db0aec15fc168179dabf2527dd398fbfddeb;p=thirdparty%2Ffreeradius-server.git ...again have to specify Class[0] explicitly --- diff --git a/src/tests/keywords/update-add-ref-index b/src/tests/keywords/update-add-ref-index index f3c8582b9ed..93ec921b0a3 100644 --- a/src/tests/keywords/update-add-ref-index +++ b/src/tests/keywords/update-add-ref-index @@ -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) {