Back out the change on Module destruction.

This commit is contained in:
relyea%netscape.com 2002-05-22 00:25:48 +00:00
Родитель a4c21ec810
Коммит bdb4739c86
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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]);
}