diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-21 13:34:06 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-21 13:34:06 +0000 |
commit | 61dd1203a50927a532baf8d0cb3573386395d2ab (patch) | |
tree | 47e875890112206b01da07a3b9f4453bfe5f73ff /xmlsecurity/source/xmlsec | |
parent | b262c189c5788e98a50dff82013eff7e91a85839 (diff) |
#i21596# Digital Signatutres...
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx | 6 |
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 8e755c238993..a4a58a994e49 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mmi $ $Date: 2004-07-19 10:09:14 $ + * last change: $Author: mt $ $Date: 2004-07-21 14:31:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,6 +129,7 @@ static NS_DEFINE_CID(kProfileCID, NS_PROFILE_CID); char* getCurrentProfilePath( ) { +/* nsCOMPtr<nsILocalFile> binDir; // Note: if getenv() returns NULL, mozilla will default to using MOZILLA_FIVE_HOME in the NS_InitXPCOM2() @@ -191,6 +192,7 @@ char* getCurrentProfilePath( ) // one program //NS_RELEASE(sServiceManager); //NS_ShutdownXPCOM(sServiceManager); + */ return NULL; } |