From: Arran Cudbard-Bell Date: Thu, 25 Jan 2018 19:06:45 +0000 (-0700) Subject: Specify instances explicitly X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1684e6929c925bf82cf785741bd3acf04f754e37;p=thirdparty%2Ffreeradius-server.git Specify instances explicitly --- diff --git a/src/tests/modules/cache_rbtree/module.conf b/src/tests/modules/cache_rbtree/module.conf index c7a7ddd0104..3da68b88980 100644 --- a/src/tests/modules/cache_rbtree/module.conf +++ b/src/tests/modules/cache_rbtree/module.conf @@ -6,8 +6,8 @@ cache { ttl = 2 update { - &request:Tmp-String-1 := &control:Tmp-String-1 - &request:Tmp-Integer-0 := &control:Tmp-Integer-0 + &request:Tmp-String-1 := &control:Tmp-String-1[0] + &request:Tmp-Integer-0 := &control:Tmp-Integer-0[0] &control: += &reply: } @@ -68,7 +68,7 @@ cache cache_bin_key_octets { ttl = 2 update { - &Tmp-String-1 := &Tmp-String-1 + &Tmp-String-1 := &Tmp-String-1[0] } } @@ -79,6 +79,6 @@ cache cache_bin_key_ipaddr { ttl = 2 update { - &Tmp-String-1 := &Tmp-String-1 + &Tmp-String-1 := &Tmp-String-1[0] } }