Fixed error snmp V3 not working

This commit is contained in:
Daniel Barbero Martin 2020-06-25 15:31:36 +02:00
parent fad08b9d66
commit c588914869
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ function snmp_browser_get_tree(
$snmp3_auth_pass,
$snmp3_privacy_method,
$snmp3_privacy_pass,
$community,
'',
$snmp3_context_engine_id
);
}