[Libreoffice-commits] online.git: loolwsd/Admin.cpp
Pranav Kant
pranavk at collabora.com
Sun Mar 13 14:08:08 UTC 2016
loolwsd/Admin.cpp | 1 -
1 file changed, 1 deletion(-)
New commits:
commit d0006ae5d8902cace791fc918ede35140de81da9
Author: Pranav Kant <pranavk at collabora.com>
Date: Tue Mar 8 20:34:35 2016 +0530
loolwsd: Wait for client threads to finish
Well, it was already there.
e7f75a3e5698e06f2c1002b7eb3fb911f01b2bee was though correct
introduced it again. Remove duplicate such call.
Change-Id: Iddacbee53aaec58340db489e7830af75354aee34
diff --git a/loolwsd/Admin.cpp b/loolwsd/Admin.cpp
index fd62ea1..b3fb390 100644
--- a/loolwsd/Admin.cpp
+++ b/loolwsd/Admin.cpp
@@ -278,7 +278,6 @@ Admin::Admin(const Poco::Process::PID brokerPid, const int brokerPipe, const int
Admin::~Admin()
{
Log::info("~Admin dtor.");
- _srv.stop();
}
void Admin::handleInput(std::string& message)
More information about the Libreoffice-commits
mailing list