зеркало из https://github.com/mozilla/pjs.git
Back out the change on Module destruction.
This commit is contained in:
Родитель
a4c21ec810
Коммит
bdb4739c86
|
@ -40,7 +40,6 @@
|
|||
#include "pk11func.h"
|
||||
#include "pki3hack.h"
|
||||
#include "secerr.h"
|
||||
#include "dev.h"
|
||||
|
||||
/* these are for displaying error messages */
|
||||
|
||||
|
@ -640,10 +639,7 @@ SECMOD_DestroyModule(SECMODModule *module) {
|
|||
* module to disappear altogether */
|
||||
for (i=0 ; i < slotCount; i++) {
|
||||
if (!module->slots[i]->disabled) {
|
||||
PK11_ClearSlotList(module->slots[i]);
|
||||
if (module->slots[i]->nssToken) {
|
||||
nssToken_NotifyCertsNotVisible(module->slots[i]->nssToken);
|
||||
}
|
||||
PK11_ClearSlotList(module->slots[i]);
|
||||
}
|
||||
PK11_FreeSlot(module->slots[i]);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче