mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
sso_ntlm_initiate: unassigned variable
Bug: http://curl.haxx.se/mail/lib-2011-07/0109.html
This commit is contained in:
parent
0ae15092d4
commit
d007c3ca76
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user