Fix for 265708. - count should be CK_ULONG

This commit is contained in:
julien.pierre.bugs%sun.com 2004-10-23 20:23:50 +00:00
parent 8edb5c0eae
commit 0571dde1e9

View File

@ -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;