Start the admin thread even if it is disabled.

The admin thread does memory cleanup as well which is required.
This also reduces logging churn.

Change-Id: I1c6cfaf6085b685f230dc24ae1716b0256d892f8
This commit is contained in:
Michael Meeks 2018-05-15 10:52:56 +01:00
parent a121475839
commit bb49e17e8f

View file

@ -615,8 +615,7 @@ void Admin::dumpState(std::ostream& os)
void Admin::start()
{
if (LOOLWSD::AdminEnabled)
startThread();
startThread();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */