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

git-svn-id: svn://10.0.0.236/trunk@86732 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com
2001-02-10 02:05:19 +00:00
parent cfdefcfcde
commit ed82589e54

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') {