mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-09 18:57:42 +01:00
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:
parent
0da2d8b555
commit
fe567eee42
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue