mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix style
This commit is contained in:
parent
6f55707e73
commit
6437460e83
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user