diff -r ebe688cedc25 -r 7fdbb852d323 mmsengine/mmsserver/src/mmsmmboxlist.cpp --- a/mmsengine/mmsserver/src/mmsmmboxlist.cpp Tue Aug 31 15:11:31 2010 +0300 +++ b/mmsengine/mmsserver/src/mmsmmboxlist.cpp Wed Sep 01 12:31:54 2010 +0100 @@ -135,13 +135,8 @@ // When iError not equal to KErrNone, the operation will complete after running through RunL if ( iError == KErrNone ) { - TInt err; - err = iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications ); - if (err != KErrNone) - { - return; - } - iOldQuotaEntryId = OldQuotaEntryL(); + iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications ); + iOldQuotaEntryId = OldQuotaEntryL(); } else {