summaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r--src/RemoteControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp
index 18c74b7..8e275e8 100644
--- a/src/RemoteControl.cpp
+++ b/src/RemoteControl.cpp
@@ -198,7 +198,7 @@ void RemoteControllerTelnet::process(long)
// Add a job to start accepting connections.
boost::shared_ptr<tcp::socket> socket(
- new tcp::socket(acceptor.get_io_service()));
+ new tcp::socket(acceptor.get_executor()));
// Add an accept call to the service. This will prevent io_service::run()
// from returning.