Commit d007c3ca authored by Michael Mueller's avatar Michael Mueller Committed by Daniel Stenberg
Browse files

sso_ntlm_initiate: unassigned variable

parent 0ae15092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {