Kaydet (Commit) 287dfc7c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS pj89 (1.18.16); FILE MERGED

2008/01/11 16:43:45 pjanik 1.18.16.1: #i81417#: Initialize variable to prevent warnings.
üst 8c51fd7d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: securityenvironment_nssimpl.cxx,v $ * $RCSfile: securityenvironment_nssimpl.cxx,v $
* *
* $Revision: 1.19 $ * $Revision: 1.20 $
* *
* last change: $Author: vg $ $Date: 2008-01-29 07:56:58 $ * last change: $Author: rt $ $Date: 2008-01-29 14:40:08 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -554,7 +554,7 @@ SecurityEnvironment_NssImpl::getPersonalCertificates() throw( SecurityException ...@@ -554,7 +554,7 @@ SecurityEnvironment_NssImpl::getPersonalCertificates() throw( SecurityException
Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const OUString& issuerName, const Sequence< sal_Int8 >& serialNumber ) throw( SecurityException , RuntimeException ) Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const OUString& issuerName, const Sequence< sal_Int8 >& serialNumber ) throw( SecurityException , RuntimeException )
{ {
X509Certificate_NssImpl* xcert ; X509Certificate_NssImpl* xcert = NULL;
if( m_pHandler != NULL ) { if( m_pHandler != NULL ) {
CERTIssuerAndSN issuerAndSN ; CERTIssuerAndSN issuerAndSN ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment