mtpfws/mtpfw/src/cmtpdataprovider.cpp
branchRCL_3
changeset 27 81da3301b632
parent 24 523717cdb0ad
equal deleted inserted replaced
24:523717cdb0ad 27:81da3301b632
   554         {
   554         {
   555         iCurrentTransactionPhase = iProxyTransactionPhase;
   555         iCurrentTransactionPhase = iProxyTransactionPhase;
   556         }
   556         }
   557     else
   557     else
   558         {
   558         {
   559         iCurrentTransactionPhase = iCurrentConnection->TransactionPhaseL(iCurrentRequest->Uint32(TMTPTypeRequest::ERequestSessionID));        
   559         if (iCurrentRequest != NULL)
       
   560             {
       
   561             iCurrentTransactionPhase = iCurrentConnection->TransactionPhaseL(iCurrentRequest->Uint32(TMTPTypeRequest::ERequestSessionID));
       
   562             }
   560         }
   563         }
   561     __FLOG_VA((_L8("Current transaction phase = 0x%08X"), iCurrentTransactionPhase));
   564     __FLOG_VA((_L8("Current transaction phase = 0x%08X"), iCurrentTransactionPhase));
   562     
   565     
   563     TInt status(iStatus.Int());
   566     TInt status(iStatus.Int());
   564     if ((status != KErrNone) &&
   567     if ((status != KErrNone) &&