summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-23 03:53:50 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-23 03:53:50 +0000
commit7735f9f7120d6d821824a0c7912dcd633e9cca47 (patch)
treebe74ac8191f66bebdf09e03ba131fe6e61de1bf6
parent010915ede42559b26dc2fdaf64b8f0d5b77cc85c (diff)
mozilla registry.dat support
Issue number: Submitted by: Reviewed by:
-rw-r--r--xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
index 9ea61e3a984d..ea86f20cd156 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mmi $ $Date: 2004-07-23 03:37:00 $
+ * last change: $Author: mmi $ $Date: 2004-07-23 04:53:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,7 @@
#include <sal/types.h>
+#include <tools/debug.hxx>
#include "seinitializer_nssimpl.hxx"
@@ -242,6 +243,7 @@ cssu::Reference< cssxc::XXMLSecurityContext > SAL_CALL
sCertDir = rtl::OString(ouCertDir, ouCertDir.getLength(), RTL_TEXTENCODING_ASCII_US);
+ DBG_ASSERT(0, sCertDir.getStr());
/*
char *pCurrentProfilePath = getCurrentProfilePath();