mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Fix for 265708. - count should be CK_ULONG
This commit is contained in:
parent
8edb5c0eae
commit
0571dde1e9
@ -858,7 +858,8 @@ SECStatus
|
|||||||
SECMOD_UpdateSlotList(SECMODModule *mod)
|
SECMOD_UpdateSlotList(SECMODModule *mod)
|
||||||
{
|
{
|
||||||
CK_RV crv;
|
CK_RV crv;
|
||||||
int count,i, oldCount;
|
CK_ULONG count;
|
||||||
|
int i, oldCount;
|
||||||
PRBool freeRef = PR_FALSE;
|
PRBool freeRef = PR_FALSE;
|
||||||
void *mark;
|
void *mark;
|
||||||
CK_ULONG *slotIDs = NULL;
|
CK_ULONG *slotIDs = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user