mmsengine/mmsconninit/src/mmsconninit.cpp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   822             {
   822             {
   823 #ifdef _MMSCONNINIT_LOGGING_ 
   823 #ifdef _MMSCONNINIT_LOGGING_ 
   824             TMmsConnInitLogger::Log( _L("- Timer completed - retry %d"), iRetryCount );
   824             TMmsConnInitLogger::Log( _L("- Timer completed - retry %d"), iRetryCount );
   825 #endif
   825 #endif
   826             }
   826             }
   827         for( iIndex = iIndex; iIndex < iArray->Count(); ++iIndex )
   827         for( ; iIndex < iArray->Count(); ++iIndex )
   828             {
   828             {
   829             // index is safe
   829             // index is safe
   830             if( ( FindIapL( iArray->At( iIndex ), ap ) ) )
   830             if( ( FindIapL( iArray->At( iIndex ), ap ) ) )
   831                 {
   831                 {
   832                 StartConnectionL( ap );
   832                 StartConnectionL( ap );