diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-15 21:05:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-15 21:05:58 +0000 |
| commit | 49d6bc42ec0262c97ee3bb9b83474c488590c2ab (patch) | |
| tree | 52eb9076ceaceca520cabe714ddd9ad162a3de49 /cpp/src/qpid/sys/posix/SystemInfo.cpp | |
| parent | 45aa6e058cc19aeaa0f01317bf3ee9d336a24c91 (diff) | |
| download | qpid-python-49d6bc42ec0262c97ee3bb9b83474c488590c2ab.tar.gz | |
QPID-3603: HA backup brokers don't connect to self when searching for primary.
Also: BrokerReplicator destroys bridge in destructor.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1338891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/posix/SystemInfo.cpp')
| -rwxr-xr-x | cpp/src/qpid/sys/posix/SystemInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/posix/SystemInfo.cpp b/cpp/src/qpid/sys/posix/SystemInfo.cpp index f6250f5831..9e66417aef 100755 --- a/cpp/src/qpid/sys/posix/SystemInfo.cpp +++ b/cpp/src/qpid/sys/posix/SystemInfo.cpp @@ -18,6 +18,7 @@ * */ +#include "qpid/log/Statement.h" #include "qpid/sys/SystemInfo.h" #include "qpid/sys/posix/check.h" #include <set> |
