From 140043f49a6d2e924922694246eba119fb4dd109 Mon Sep 17 00:00:00 2001 From: zribiahmed Date: Thu, 21 Feb 2013 09:05:18 +0000 Subject: [PATCH] --- src/scripts/functions/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/functions/common b/src/scripts/functions/common index 2d1ea37..f200d6b 100644 --- a/src/scripts/functions/common +++ b/src/scripts/functions/common @@ -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