From d007c3ca76cf0587a3222279ebda0f3a8727807f Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 19 Jul 2011 23:54:21 +0200 Subject: sso_ntlm_initiate: unassigned variable Bug: http://curl.haxx.se/mail/lib-2011-07/0109.html --- lib/http_ntlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 85b4e937e..189bb8af3 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -725,7 +725,7 @@ static CURLcode sso_ntlm_initiate(struct connectdata *conn, pid_t pid; const char *username; char *slash, *domain = NULL; - const char *ntlm_auth; + const char *ntlm_auth = NULL; /* Return if communication with ntlm_auth already set up */ if(conn->fd_helper != -1 || conn->pid) { -- cgit v1.2.3