summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/Plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/asyncStore/Plugin.cpp')
-rw-r--r--cpp/src/qpid/asyncStore/Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/asyncStore/Plugin.cpp b/cpp/src/qpid/asyncStore/Plugin.cpp
index f6930272a4..7395fc9b87 100644
--- a/cpp/src/qpid/asyncStore/Plugin.cpp
+++ b/cpp/src/qpid/asyncStore/Plugin.cpp
@@ -43,7 +43,7 @@ Plugin::earlyInitialize(Target& target) {
}
m_store.reset(new qpid::asyncStore::AsyncStoreImpl(broker->getPoller(), m_options));
boost::shared_ptr<qpid::broker::AsyncStore> brokerAsyncStore(m_store);
- broker->setAsyncStore(brokerAsyncStore);
+ broker->setStore(brokerAsyncStore);
boost::function<void()> fn = boost::bind(&Plugin::finalize, this);
target.addFinalizer(fn);
QPID_LOG(info, "asyncStore: Initialized using path " << m_options.m_storeDir);