equal
deleted
inserted
replaced
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 } |