Revert "Fix make_shared using the wrong strand type"

This commit is contained in:
Peter Thorson
2015-11-24 10:04:10 -05:00
parent 7f19b6ea95
commit 1dfc144eac
+1 -1
View File
@@ -439,7 +439,7 @@ protected:
m_io_service = io_service;
if (config::enable_multithreading) {
m_strand = lib::make_shared<lib::asio::io_service::strand>(
m_strand = lib::make_shared<lib::asio::strand>(
lib::ref(*io_service));
m_async_read_handler = m_strand->wrap(lib::bind(