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:
julien.pierre.bugs%sun.com
2004-10-23 20:23:50 +00:00
parent 3b1c1fed4c
commit f1fbfafdbb

View File

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