Fix bool type mismatch.
git-svn-id: svn://10.0.0.236/trunk@2403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user