Merge branch 'feature/safe_mode_module' into 'develop'
Filter by id_agente_modulo when evaluating safe mode operation. See merge request artica/pandorafms!1116
This commit is contained in:
commit
7b3e71f79a
|
@ -1532,7 +1532,7 @@ sub pandora_process_module ($$$$$$$$$;$) {
|
|||
$mark_for_update = 1;
|
||||
|
||||
# Safe mode execution.
|
||||
if ($agent->{'safe_mode_module'} != 0) {
|
||||
if ($agent->{'safe_mode_module'} == $module->{'id_agente_modulo'}) {
|
||||
safe_mode($pa_config, $agent, $module, $new_status, $known_status, $dbh);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue