reverting last change

This commit is contained in:
maliakal_d 2021-11-09 10:22:24 +01:00
parent e332439020
commit 7558c43b8c

View File

@ -95,10 +95,7 @@ void init_detector() {
lockStatus = 0;
if (isControlServer) {
basictests();
char *message = NULL;
if (getInitResult(&message) == OK) {
initControlServer();
}
initControlServer();
} else {
initStopServer();
}