diff -r dbd1c5e08735 -r 453dfc402455 mtpfws/mtpfw/src/cmtpframeworkconfig.cpp --- 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