summaryrefslogtreecommitdiffstats
path: root/src/bin/d2/d2_queue_mgr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/d2/d2_queue_mgr.cc')
-rw-r--r--src/bin/d2/d2_queue_mgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/d2/d2_queue_mgr.cc b/src/bin/d2/d2_queue_mgr.cc
index 71949b3bcf..12efe742e8 100644
--- a/src/bin/d2/d2_queue_mgr.cc
+++ b/src/bin/d2/d2_queue_mgr.cc
@@ -131,7 +131,7 @@ D2QueueMgr::startListening() {
// Instruct the listener to start listening and set state accordingly.
try {
- listener_->startListening(*io_service_);
+ listener_->startListening(io_service_);
mgr_state_ = RUNNING;
} catch (const isc::Exception& ex) {
isc_throw(D2QueueMgrError, "D2QueueMgr listener start failed: "