<empty commit message>

This commit is contained in:
zribiahmed 2013-02-21 10:43:23 +00:00
parent c0f842969a
commit 25ae7ca5bd

View file

@ -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