OK, let's not get sloppy on the types... flags should be a PRUint32.

This commit is contained in:
relyea%netscape.com 2001-02-10 02:05:19 +00:00
parent 126437e7e3
commit 0a1f85a8bd

View File

@ -506,7 +506,7 @@ init_crypto(PRBool create, PRBool readOnly)
#endif
Error retval;
SECStatus rv;
int flags = 0;
PRUint32 flags = 0;
if(SECU_ConfigDirectory(dbdir)[0] == '\0') {