mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 20:34:01 +00:00
Partial fix for bug 18668, unable to login to aka, r=valeski
This commit is contained in:
parent
0dd440279f
commit
13667e188c
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user