Partial fix for bug 18668, unable to login to aka, r=valeski

This commit is contained in:
morse%netscape.com 1999-11-20 04:13:21 +00:00
parent 0dd440279f
commit 13667e188c

View File

@ -960,7 +960,7 @@ nsHTTPChannel::Authenticate(const char *iChallenge, nsIChannel **oChannel)
prompter, PROXY_SYNC,
(void**)&proxyprompter);
PRUnichar *user, *passwd;
PRUnichar *user=NULL, *passwd=NULL;
PRBool retval;
nsAutoString message = "Enter username for "; //TODO localize it!