diff --git a/pandora_server/lib/PandoraFMS/DB.pm b/pandora_server/lib/PandoraFMS/DB.pm index 993f4e1fe8..7795ffbcea 100644 --- a/pandora_server/lib/PandoraFMS/DB.pm +++ b/pandora_server/lib/PandoraFMS/DB.pm @@ -623,7 +623,7 @@ sub get_agent_status ($$$) { } elsif ($module_status != 3) { if ($m_status == 0) { - $module_status = 0; + $module_status = 0; } } }