diff options
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r-- | lib/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |