mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Improved handling for "unexpected shutdown"
(such as DBus down/unavailable)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6640c84e63
commit
5323491eb9
@@ -396,6 +396,7 @@ namespace BlackCore
|
||||
|
||||
bool CApplication::hasWebDataServices() const
|
||||
{
|
||||
if (this->isShuttingDown()) { return false; } // service will not survive for long
|
||||
return this->m_webDataServices;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user