Closed
Bug 69470
Opened 24 years ago
Closed 24 years ago
Need to close secmod.db
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
People
(Reporter: lestat_lincourt2, Assigned: rrelyea)
Details
I have a problem with a PKCS#11 library. When I call NSS_Init, the library
hasn't found all the slots yet, so only a few are available. I can detect the
case (although a PK11_GetAllSlots function would be handy), but there is no way
to tell NSS to close secmod.db and reopen it again.
Once the modules have been loaded, that's it, I am stuck.
Calling NSS_Shutdown and NSS_Init again does no good, because secmod.db is not
reloaded, only cert7.db and key3.db.
I have tried implementing the functionality myself, with a function opposite to
SECMOD_init, but I can't properly free all resources. Maybe there are some leaks
(see another bug report by myself).
Assignee | ||
Comment 2•24 years ago
|
||
Yup it is. closing as a dup
*** This bug has been marked as a duplicate of 67068 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•