diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 75221f7168..8b0d07db8a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-08-17 Sancho Lerena + + * operation/snmpconsole/snmp_view.php: Fixed small ACL bug. + 2011-08-17 Dario Rodriguez * include/functions_networkmap.php: Fixed a bug with topology map diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 968526073c..8c82c470b6 100644 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -398,7 +398,7 @@ if ($traps !== false) { // Agent matching source address $agent = agents_get_agent_with_ip ($trap['source']); if ($agent === false) { - if (! check_acl ($config["id_user"], 0, "AW")) { + if (! check_acl ($config["id_user"], 0, "AR")) { continue; } $data[1] = ''.$trap["source"].'';