From 812382a47f11cdec6c6ced52b842507afab2a159 Mon Sep 17 00:00:00 2001 From: Samuel Carcases Date: Wed, 13 Feb 2019 16:51:22 +0100 Subject: [PATCH] Update manage_network_components_form.php Former-commit-id: 17e3faf98a33bb6f7e21e805085f366944e51ea4 --- .../godmode/modules/manage_network_components_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/modules/manage_network_components_form.php b/pandora_console/godmode/modules/manage_network_components_form.php index 92623e3062..3f9a33cb8a 100644 --- a/pandora_console/godmode/modules/manage_network_components_form.php +++ b/pandora_console/godmode/modules/manage_network_components_form.php @@ -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) {