sso_ntlm_initiate: unassigned variable
authorMichael Mueller <mmueller@vigilantsw.com>
Tue, 19 Jul 2011 21:54:21 +0000 (23:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Jul 2011 21:54:21 +0000 (23:54 +0200)
Bug: http://curl.haxx.se/mail/lib-2011-07/0109.html

lib/http_ntlm.c

index 85b4e93..189bb8a 100644 (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) {