We lookup C_Initialize for non-db functions, not dbOnly functions (this should

get tokens working again.
This commit is contained in:
relyea%netscape.com 2001-10-23 16:54:58 +00:00
parent 7a27ef623f
commit 85d4cee5bc

View File

@ -177,7 +177,7 @@ SECMOD_LoadPKCS11Module(SECMODModule *mod) {
/*
* now we need to get the entry point to find the function pointers
*/
if (mod->moduleDBOnly) {
if (!mod->moduleDBOnly) {
entry = (CK_C_GetFunctionList)
PR_FindSymbol(library, "C_GetFunctionList");
}