#i21596# ...
This commit is contained in:
parent
6c64a3eca3
commit
df4fa95d4e
1 changed files with 7 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlsignaturehelper.cxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: mmi $ $Date: 2004-07-16 10:49:55 $
|
||||
* last change: $Author: mt $ $Date: 2004-07-16 16:12:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -151,10 +151,12 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath )
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef WNT
|
||||
// MT: HACK for testing
|
||||
if ( !tokenPath.getLength() )
|
||||
tokenPath = rtl::OUString::createFromAscii("/tmp/nss");
|
||||
#endif
|
||||
mxSecurityContext = mxSEInitializer->createSecurityContext( tokenPath );
|
||||
//MM : end
|
||||
|
||||
//mxSecurityContext = mxSEInitializer->createSecurityContext( rTokenPath );
|
||||
|
||||
return mxSecurityContext.is();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue