Fix SPV of Secret parameters like Password and Key

This commit is contained in:
Mohamed Kallel 2013-10-01 11:45:23 +01:00 committed by Strhuan Blomquist
parent 50ef1ebcca
commit 85a2c3f3b8

View file

@ -534,6 +534,7 @@ get_param_cache_generic() {
local notif_permission="$7"
local forced_inform="$8"
local forced_notify="$9"
local secret_value="$10"
local val=""
local notification="0"
@ -548,7 +549,7 @@ get_param_cache_generic() {
notification="$forced_notify"
fi
freecwmp_cache_output "$param" "$val" "$permission" "$notification" "$type" "$set_cmd" "$get_cmd" "$notif_permission" "$forced_inform"
freecwmp_cache_output "$param" "$val" "$permission" "$notification" "$type" "$set_cmd" "$get_cmd" "$notif_permission" "$forced_inform" "$secret_value"
}
get_object_cache_generic() {