Fix bool type mismatch.

git-svn-id: svn://10.0.0.236/trunk@2403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin
1998-05-27 21:18:25 +00:00
parent b4cb3f29b7
commit 6a0c8ea696

View File

@@ -718,7 +718,7 @@ NET_AskForAuthString(MWContext *context,
*/
if(!password || re_authorize)
{
PRBool remember_password;
XP_Bool remember_password;
host = NET_ParseURL(address, GET_HOST_PART);
/* malloc memory here to prevent buffer overflow */