From bd5ae249ef74e1707eb05dd6cc70bb816e318757 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 9 Jan 2009 14:47:21 +0000 Subject: Fix --cluster-mast-max: errors in last commit. Work around problems with CPG flow control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733051 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/FailoverExchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/FailoverExchange.cpp') diff --git a/cpp/src/qpid/cluster/FailoverExchange.cpp b/cpp/src/qpid/cluster/FailoverExchange.cpp index abc7f5df6f..e438d958ea 100644 --- a/cpp/src/qpid/cluster/FailoverExchange.cpp +++ b/cpp/src/qpid/cluster/FailoverExchange.cpp @@ -79,7 +79,7 @@ void FailoverExchange::route(Deliverable&, const string& , const framing::FieldT void FailoverExchange::sendUpdate(const Queue::shared_ptr& queue) { // Called with lock held. if (urls.empty()) return; - framing::Array array(0x95); // FIXME aconway 2008-10-06: Array is unusable like this. Need type constants or better mapping. + framing::Array array(0x95); for (Urls::const_iterator i = urls.begin(); i != urls.end(); ++i) array.add(boost::shared_ptr(new Str16Value(i->str()))); const ProtocolVersion v; -- cgit v1.2.1