Fixed ERROR message when force-saving connector list to shared memory.

This commit is contained in:
Thulinma 2019-05-22 15:16:38 +02:00
parent 8d17d5f6c4
commit 42da518d5f
2 changed files with 11 additions and 5 deletions

View file

@ -9,7 +9,7 @@ namespace Controller {
bool CheckProtocols(JSON::Value & p, const JSON::Value & capabilities);
/// Updates the shared memory page with active connectors
void saveActiveConnectors();
void saveActiveConnectors(bool forceOverride = false);
/// Reads active connectors from the shared memory pages
void loadActiveConnectors();