diff --git a/pandora_server/lib/PandoraFMS/DB.pm b/pandora_server/lib/PandoraFMS/DB.pm index 91f838dfd9..27ea483870 100644 --- a/pandora_server/lib/PandoraFMS/DB.pm +++ b/pandora_server/lib/PandoraFMS/DB.pm @@ -620,11 +620,11 @@ sub get_agent_status ($$$) { elsif ($module_status != 2) { if ($m_status == 3) { $module_status = 3; - } + } elsif ($module_status != 3) { - if ($m_status == 0) { - $module_status = 0; - } + if ($m_status == 0) { + $module_status = 0; + } } } }