gotthard stop server should also know if there is a master for ismaster() to work

This commit is contained in:
2021-06-15 14:59:50 +02:00
parent b11f6c56e7
commit 22bcac4c0b
2 changed files with 3 additions and 1 deletions

View File

@ -364,6 +364,8 @@ void initStopServer() {
#ifdef VIRTUAL
sharedMemory_setStop(0);
#endif
// to get master from file
readConfigFile();
}
/* set up detector */