Commit 448f982d authored by Yang Tse's avatar Yang Tse
Browse files

http NTLM: fix compiler warning

parent f396d947
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
  }
#else
  {
    char *host = "";                    /* empty */
    const char *host = "";              /* empty */
    const char *domain = "";            /* empty */
    size_t hostlen = 0;
    size_t domlen = 0;