summaryrefslogtreecommitdiffstats
path: root/command/sol_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/sol_cmds.cpp')
-rw-r--r--command/sol_cmds.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/command/sol_cmds.cpp b/command/sol_cmds.cpp
index fb6f19e..a8fa410 100644
--- a/command/sol_cmds.cpp
+++ b/command/sol_cmds.cpp
@@ -57,8 +57,7 @@ void activating(uint8_t payloadInstance, uint32_t sessionID)
request->minorVersion = MINOR_VERSION;
auto session =
- (std::get<session::Manager&>(singletonPool).getSession(sessionID))
- .lock();
+ std::get<session::Manager&>(singletonPool).getSession(sessionID);
message::Handler msgHandler(session->channelPtr, sessionID);
OpenPOWER on IntegriCloud