]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: fix NTLM info message typo
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Feb 2025 13:50:59 +0000 (14:50 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Feb 2025 11:54:03 +0000 (12:54 +0100)
Closes #16305

lib/http.c

index 5bd2bd41663336cbca655497d0ea0002f8b827e9..9e15afe46a1def3bca7a44376ea42665cc6ea221 100644 (file)
@@ -458,7 +458,7 @@ static CURLcode http_perhapsrewind(struct Curl_easy *data,
 #if defined(USE_NTLM)
     if((data->state.authproxy.picked == CURLAUTH_NTLM) ||
        (data->state.authhost.picked == CURLAUTH_NTLM)) {
-      ongoing_auth = "NTML";
+      ongoing_auth = "NTLM";
       if((conn->http_ntlm_state != NTLMSTATE_NONE) ||
          (conn->proxy_ntlm_state != NTLMSTATE_NONE)) {
         /* The NTLM-negotiation has started, keep on sending.