From 2c0e8273a24b0bc1f30a56c089066cc891635516 Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Mon, 3 Jun 2019 10:56:58 +0200 Subject: [PATCH] changes of core.pm reverted --- pandora_server/lib/PandoraFMS/Core.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index 4d5dcdd904..5682923c93 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -361,8 +361,7 @@ sub pandora_generate_alerts ($$$$$$$$;$$$) { # No alerts when event storm protection is enabled - if ($EventStormProtection == 1) - { + if ($EventStormProtection == 1) { return; }