зеркало из https://github.com/mozilla/pjs.git
Partial fix for bug 18668, unable to login to aka, r=valeski
This commit is contained in:
Родитель
817bc1d086
Коммит
0a9cc1a1ec
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче