diff options
Diffstat (limited to 'qpid/tools/src/py/qpid-cluster')
| -rwxr-xr-x | qpid/tools/src/py/qpid-cluster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/py/qpid-cluster b/qpid/tools/src/py/qpid-cluster index 6d64765184..7e608e4f2b 100755 --- a/qpid/tools/src/py/qpid-cluster +++ b/qpid/tools/src/py/qpid-cluster @@ -94,7 +94,7 @@ class BrokerManager: self.broker = self.qmf.addBroker(brokerUrl, self.config._connTimeout) agents = self.qmf.getAgents() for a in agents: - if a.getAgentBank() == 0: + if a.getAgentBank() == '0': self.brokerAgent = a def Disconnect(self): |
