servers: removing notification file as this will be done by daemon

This commit is contained in:
2020-05-15 15:48:52 +02:00
parent 395b9f1b72
commit 3514b14bc9
4 changed files with 0 additions and 49 deletions

View File

@ -324,7 +324,6 @@ u_int32_t getDetectorIP() {
/* initialization */
void initControlServer() {
CreateNotificationForCriticalTasks();
if (initError == OK) {
setupDetector();
}