mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Update NSS to 3.36.4-RTM
This commit is contained in:
parent
099459dec0
commit
fe96962962
148 changed files with 5550 additions and 5825 deletions
|
|
@ -120,6 +120,10 @@ nssSlot_CreateFromPK11SlotInfo(NSSTrustDomain *td, PK11SlotInfo *nss3slot)
|
|||
/* Grab the slot name from the PKCS#11 fixed-length buffer */
|
||||
rvSlot->base.name = nssUTF8_Duplicate(nss3slot->slot_name, td->arena);
|
||||
rvSlot->lock = (nss3slot->isThreadSafe) ? NULL : nss3slot->sessionLock;
|
||||
rvSlot->isPresentLock = PZ_NewLock(nssiLockOther);
|
||||
rvSlot->isPresentCondition = PR_NewCondVar(rvSlot->isPresentLock);
|
||||
rvSlot->isPresentThread = NULL;
|
||||
rvSlot->lastTokenPingState = nssSlotLastPingState_Reset;
|
||||
return rvSlot;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue