summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-09-27 18:57:05 -0400
committerHenry Castro <hcastro@collabora.com>2015-09-27 18:57:05 -0400
commit7a12c411b841b4ace184f095489be704609cf221 (patch)
treeb968c8520299e762f553311e2831a7ec2f10e377
parent334874cc527f8726992b0b9361a15104b61ca9c0 (diff)
loolwsd: forgot uncomment loKitprivate/hcvcastro/forking
-rw-r--r--loolwsd/LOOLKit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 9d0376b0d..5e46c581e 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -313,7 +313,7 @@ void run_lok_main(const std::string &loSubPath, Poco::UInt64 _childId, const std
else
{ // new thread id
//std::cout << Util::logPrefix() << "new thread starting!" << std::endl;
- auto thread = std::shared_ptr<Connection>(new Connection(NULL/*loKit*/, _childId, tokens[1]));
+ auto thread = std::shared_ptr<Connection>(new Connection(loKit, _childId, tokens[1]));
auto aInserted = _connections.insert(
std::pair<std::string, std::shared_ptr<Connection>>
(