From 13667e188c9af819a51643824d72a1738ec6a467 Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sat, 20 Nov 1999 04:13:21 +0000 Subject: [PATCH] Partial fix for bug 18668, unable to login to aka, r=valeski --- netwerk/protocol/http/src/nsHTTPChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/protocol/http/src/nsHTTPChannel.cpp b/netwerk/protocol/http/src/nsHTTPChannel.cpp index 7fe36d625e59..06c1cf677669 100644 --- a/netwerk/protocol/http/src/nsHTTPChannel.cpp +++ b/netwerk/protocol/http/src/nsHTTPChannel.cpp @@ -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!