]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't trash the data set in &control.Tmp-String-0
authorNick Porter <nick@portercomputing.co.uk>
Tue, 7 Feb 2023 13:51:22 +0000 (13:51 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 7 Feb 2023 17:13:49 +0000 (17:13 +0000)
src/tests/modules/redis/cluster_reset.inc

index 0a063bdcbce32939dff7feb7438dbbeff0c7aecc..bd6196f7f39d9521069046f90cafb7ca71852513 100644 (file)
@@ -30,10 +30,10 @@ if ("$ENV{REDIS_CLUSTER_CONTROL}" == '') {
 #
 #  Reset the cluster
 #
-&control.Tmp-String-0 := `%{control.Tmp-String-8} stop`
-&control.Tmp-String-0 := `%{control.Tmp-String-8} clean`
-&control.Tmp-String-0 := `%{control.Tmp-String-8} start`
-&control.Tmp-String-0 := `%{control.Tmp-String-8} create`
+&Tmp-String-0 := `%{control.Tmp-String-8} stop`
+&Tmp-String-0 := `%{control.Tmp-String-8} clean`
+&Tmp-String-0 := `%{control.Tmp-String-8} start`
+&Tmp-String-0 := `%{control.Tmp-String-8} create`
 
 #
 #  Determine when initial synchronisation has been completed