Fix for 265708. - count should be CK_ULONG
git-svn-id: svn://10.0.0.236/trunk@164255 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -858,7 +858,8 @@ SECStatus
|
||||
SECMOD_UpdateSlotList(SECMODModule *mod)
|
||||
{
|
||||
CK_RV crv;
|
||||
int count,i, oldCount;
|
||||
CK_ULONG count;
|
||||
int i, oldCount;
|
||||
PRBool freeRef = PR_FALSE;
|
||||
void *mark;
|
||||
CK_ULONG *slotIDs = NULL;
|
||||
|
||||
Reference in New Issue
Block a user