Fix style

This commit is contained in:
Calvo 2023-01-31 09:57:55 +01:00
parent 6f55707e73
commit 6437460e83
1 changed files with 4 additions and 4 deletions
pandora_server/lib/PandoraFMS

View File

@ -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;
}
}
}
}