summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-23 08:58:23 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-23 08:58:23 +0000
commit42a7aa467a2f8c9fd39f9e6e183a5f0f00742629 (patch)
tree4108cb8c15db6e4d8da255ceb6a3c92289b84feb /xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
parent8e7c2a9b3e68e421ea5c728e6f9782424a570ab7 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
index 17014f4b1b1d..e199d07543b6 100644
--- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: seinitializer_nssimpl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mt $ $Date: 2004-07-23 08:34:25 $
+ * last change: $Author: mt $ $Date: 2004-07-23 09:58:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,10 +241,7 @@ cssu::Reference< cssxc::XXMLSecurityContext > SAL_CALL
pDefaultCertDir = new rtl::OString;
rtl::OUString ouCertDir;
if ( getMozillaCurrentProfile(ouCertDir) )
- {
*pDefaultCertDir = rtl::OString(ouCertDir, ouCertDir.getLength(), RTL_TEXTENCODING_ASCII_US);
- DBG_ERROR( pDefaultCertDir->getStr() );
- }
}
sCertDir = *pDefaultCertDir;