mmsengine/mmsmessage/src/mmsownnumber.cpp
branchRCL_3
changeset 26 ebe688cedc25
parent 2 0bf1d54f37d9
child 27 7fdbb852d323
--- a/mmsengine/mmsmessage/src/mmsownnumber.cpp	Thu Aug 19 09:51:11 2010 +0300
+++ b/mmsengine/mmsmessage/src/mmsownnumber.cpp	Tue Aug 31 15:11:31 2010 +0300
@@ -252,7 +252,7 @@
         {
         // we found at least one match.
         // What do we do now...
-        // Analyse the result in detail or just say "This is our own number"...
+        // Analyze the result in detail or just say "This is our own number"...
         
         // First approximation: Say this is our own.
         // Actually exact match cases should be checked, too (short number)
@@ -521,13 +521,9 @@
         {
         iMatch = EFalse;
         iState = EMmsOwnNumberSearching;
-		// Coverty fix, Forward NULL
-        if(iResultArray)
-        	{
-        	iOperation = iContactManager->RetrieveContactL(
+        iOperation = iContactManager->RetrieveContactL(
                 iResultArray->At( iContactToMatch ),
                 *this);
-            }
         iStatus = KRequestPending;
         SetActive();
         }