mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
OK, let's not get sloppy on the types... flags should be a PRUint32.
This commit is contained in:
parent
126437e7e3
commit
0a1f85a8bd
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user