Fix ClusterListener 'peers' attribute validation.

Refs #5870
This commit is contained in:
Michael Friedrich 2014-03-30 18:33:28 +02:00
parent 9d89b42f61
commit 1eab42eadd
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@
%attribute %string "bind_port",
%attribute %array "peers" {
%attribute name(Endpoint) "*"
%attribute %name(Endpoint) "*"
}
}