From 1eab42eadd7ad6df26729b85177c298a0684df47 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 30 Mar 2014 18:33:28 +0200 Subject: [PATCH] Fix ClusterListener 'peers' attribute validation. Refs #5870 --- components/cluster/cluster-type.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cluster/cluster-type.conf b/components/cluster/cluster-type.conf index 12f97f34b..eea76f49c 100644 --- a/components/cluster/cluster-type.conf +++ b/components/cluster/cluster-type.conf @@ -33,6 +33,6 @@ %attribute %string "bind_port", %attribute %array "peers" { - %attribute name(Endpoint) "*" + %attribute %name(Endpoint) "*" } } -- 2.40.0