mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
branchRCL_3
changeset 18 453dfc402455
parent 15 f85613f12947
child 19 0aa8cc770c8a
--- a/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp	Thu Jul 15 19:35:12 2010 +0300
+++ b/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp	Thu Aug 19 10:44:03 2010 +0300
@@ -174,9 +174,9 @@
     const TInt KStartupInitValue = 1;
     iAbnormalDownValue = 0;
     TInt err(iRepository->Get(EAbnormalDown, iAbnormalDownValue));
-    if ((KErrNone != err ) && (KErrNotFound != err))
+    if ( KErrNone != err )
 		{
-		User::Leave(err);
+		iAbnormalDownValue = 0;
 		}
     
     //Save the AbnormalDown state to ETrue