sso_ntlm_initiate: unassigned variable

Bug: http://curl.haxx.se/mail/lib-2011-07/0109.html
This commit is contained in:
Michael Mueller 2011-07-19 23:54:21 +02:00 committed by Daniel Stenberg
parent 0ae15092d4
commit d007c3ca76
1 changed files with 1 additions and 1 deletions

View File

@ -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) {