Index: NVDataMgmt.c =================================================================== diff -u -rd6a59c3c3fe8f4fe8b3b1df7637014ca5b0d226c -rddbccb1cfb91040d3c740b45d459e51819352b74 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision d6a59c3c3fe8f4fe8b3b1df7637014ca5b0d226c) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision ddbccb1cfb91040d3c740b45d459e51819352b74) @@ -3388,10 +3388,11 @@ #ifndef DISABLE_SERVICE_RECORD // Service record failure is also considered as RTC RAM failure activateAlarmNoData( ALARM_ID_DG_INVALID_SERVICE_RECORD_CRC ); -#endif + // Set the to FALSE since the record is not valid status = FALSE; +#endif } return status;