wim/WimPlugin/src/WimCertStore.cpp
changeset 42 82671cd8994b
parent 0 164170e6151a
child 63 989397f9511c
equal deleted inserted replaced
41:5b698dd6e75a 42:82671cd8994b
  1573             {
  1573             {
  1574             // Parameters are fetched from trust store
  1574             // Parameters are fetched from trust store
  1575             // and assigned into mapping
  1575             // and assigned into mapping
  1576             SetTrustSettingsOnMappingL( iTrusted,
  1576             SetTrustSettingsOnMappingL( iTrusted,
  1577                                         iCertificateApps );
  1577                                         iCertificateApps );
       
  1578             _WIMTRACE3 ( _L( "CWimCertStore::DoInitializeLoadTrustSettingsWaitL(), index=%d, count=%d" ),
       
  1579                     iCertIndex, iCerts->Count() );
  1578             if ( iCertIndex < iCerts->Count() - 1 )
  1580             if ( iCertIndex < iCerts->Count() - 1 )
  1579                 {
  1581                 {
  1580                 iCertIndex++;
  1582                 iCertIndex++;
  1581                 iPhase = EInitializeLoadTrustSettingsStart;
  1583                 iPhase = EInitializeLoadTrustSettingsStart;
  1582                 }
  1584                 }