mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
Fix SPV of Secret parameters like Password and Key
This commit is contained in:
parent
50ef1ebcca
commit
85a2c3f3b8
1 changed files with 2 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue