fix bug. when restarting cwmpd the cwmpd call "freecwmp wait cache". the "freecwmp wait cache" return empty values in the cahce

Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
This commit is contained in:
MOHAMED Kallel 2014-09-19 10:32:13 +01:00
parent 0da2d8b555
commit fe567eee42
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ handle_action() {
handle_get_cache "InternetGatewayDevice." "1"
handle_get_cache "InternetGatewayDevice.ManagementServer."
handle_get_cache "InternetGatewayDevice.DeviceInfo."
handle_get_cache "InternetGatewayDevice.X_INTENO_SE_LoginCfg"
handle_get_cache "InternetGatewayDevice.X_INTENO_SE_LoginCfg."
local ls_cache=""
while [ "$found" = "0" ]; do
ls_prefix=`ls $cache_path`

View file

@ -729,7 +729,7 @@ get_param_cache_generic() {
return;
fi
;;
get_cache)
get_cache|wait_cache)
if [ "$val_cmd" != "" ]; then
val=`eval "$val_cmd"`
fi