mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
<empty commit message>
This commit is contained in:
parent
c0f842969a
commit
25ae7ca5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ if [ "$action" = "set_notification" ]; then
|
|||
freecwmp_execute_functions "$set_notification_functions" "$__parm" "$__arg2"
|
||||
fault_code="$?"
|
||||
fi
|
||||
if [ "$fault_code" = "$FAULT_CPE_INVALID_PARAMETER_NAME" -a "$__parm" = "InternetGatewayDevice." ]; then
|
||||
if [ "$__parm" = "InternetGatewayDevice." ]; then
|
||||
freecwmp_set_parameter_notification "$__parm" "$__arg2"
|
||||
fault_code="$FAULT_CPE_NO_FAULT"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue