fix bug 309831, reviewed by gagan

This commit is contained in:
morse%netscape.com 1998-07-24 23:38:25 +00:00
parent dc6c35efed
commit db3025af97

View File

@ -763,7 +763,7 @@ NET_AskForAuthString(MWContext *context,
*/
if(!password || re_authorize)
{
XP_Bool remember_password;
XP_Bool remember_password = FALSE;
char *loginString=XP_GetString(XP_ACCESS_ENTER_USERNAME);
host = NET_ParseURL(address, GET_HOST_PART);