xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp	Tue Aug 31 17:02:56 2010 +0300
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp	Wed Sep 01 12:37:34 2010 +0100
@@ -278,7 +278,7 @@
             User::LeaveIfError( aCertStore->iSymbianCertStore->GetError() );
             certdata=aCertStore->iSymbianCertStore->GetRetrieveCertData();      
             certX509 = CX509Certificate::NewLC(*certdata);
-            User::LeaveIfError(aCertStore->iRootCertsSCS.Append((CX509Certificate *)certX509));     
+            aCertStore->iRootCertsSCS.Append((CX509Certificate *)certX509);     
             CleanupStack::Pop(certX509);   
             }	
 	aCertStore->iCertChain = CSymbianCertChain::NewL();