summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/Backup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/ha/Backup.cpp')
-rw-r--r--cpp/src/qpid/ha/Backup.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/ha/Backup.cpp b/cpp/src/qpid/ha/Backup.cpp
index f2cc2a3454..1c48d1a4f1 100644
--- a/cpp/src/qpid/ha/Backup.cpp
+++ b/cpp/src/qpid/ha/Backup.cpp
@@ -59,7 +59,8 @@ bool Backup::isSelf(const Address& a) const {
Url Backup::linkUrl(const Url& brokers) const {
return brokers;
/** FIXME aconway 2012-05-29: Problems with self-test, false positives.
- // linkUrl contains only the addresses of *other* brokers, not this one.
+ // linkUrl contains only the addresses of *
+ other* brokers, not this one.
Url url;
for (Url::const_iterator i = brokers.begin(); i != brokers.end(); ++i)
if (!isSelf(*i)) url.push_back(*i);