<empty commit message>

This commit is contained in:
zribiahmed 2013-02-21 09:05:18 +00:00
parent cb2b4e98dc
commit 140043f49a

View file

@ -490,7 +490,7 @@ freecwmp_execute_functions()
if [ "$fault_code" = "0" ]; then
no_fault="1"
fi
if [ "$fault_code" != "0" -a "$fault_code" != "$FAULT_CPE_INVALID_PARAMETER_NAME" ]; then
if [ "$fault_code" != "0" -a \( "$fault_code" != "$FAULT_CPE_INVALID_PARAMETER_NAME" -o "$fault_code" != "$FAULT_CPE_NOTIFICATION_REJECTED" \) ]; then
return $fault_code
fi
done