freecwmp_get_parameter_value() fixed as intended. refs #4656

This commit is contained in:
Simon Kers 2014-07-28 16:11:36 +02:00
parent 0d07f0c649
commit e7f6fe58ad

View file

@ -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 $?
}
}