summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/BrokerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/BrokerFixture.h')
-rw-r--r--qpid/cpp/src/tests/BrokerFixture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/BrokerFixture.h b/qpid/cpp/src/tests/BrokerFixture.h
index 4ce8315c15..bc23867ee1 100644
--- a/qpid/cpp/src/tests/BrokerFixture.h
+++ b/qpid/cpp/src/tests/BrokerFixture.h
@@ -56,6 +56,7 @@ struct BrokerFixture : private boost::noncopyable {
qpid::log::Logger::instance().configure(logOpts);
}
opts.port=0;
+ opts.listenInterfaces.push_back("127.0.0.1");
// Management doesn't play well with multiple in-process brokers.
opts.enableMgmt=enableMgmt;
opts.workerThreads=1;