mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
freecwmp_get_parameter_value() fixed as intended. refs #4656
This commit is contained in:
parent
0d07f0c649
commit
e7f6fe58ad
1 changed files with 3 additions and 3 deletions
|
|
@ -399,8 +399,7 @@ freecwmp_config_notifications() {
|
|||
}
|
||||
|
||||
freecwmp_get_parameter_value() {
|
||||
local _dest="$1"
|
||||
local _parm="$2"
|
||||
local _parm="$1"
|
||||
local _val
|
||||
config_foreach freecwmp_config_cwmp "cwmp" "get" "value" "$_parm" "_val"
|
||||
echo "$_val"
|
||||
|
|
@ -967,4 +966,5 @@ object_fn_generic() {
|
|||
local f="$action"_"$fn"
|
||||
$f "$1" "$found"
|
||||
return $?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue