aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/http_ntlm.c2
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) {