Update manage_network_components_form.php

Former-commit-id: 17e3faf98a33bb6f7e21e805085f366944e51ea4
This commit is contained in:
Samuel Carcases 2019-02-13 16:51:22 +01:00
parent bcaccf31bc
commit 812382a47f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ if (isset($id)) {
$snmp3_auth_pass = io_output_password($component['plugin_pass']);
$snmp3_auth_method = $component['plugin_parameter'];
$snmp3_privacy_method = $component['custom_string_1'];
$snmp3_privacy_pass = $component['custom_string_2'];
$snmp3_privacy_pass = io_output_password($component['custom_string_2']);
$snmp3_security_level = $component['custom_string_3'];
}
} else if (isset($new_component) && $new_component && !$create_network_from_snmp_browser) {