diff options
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r-- | lib/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index b0b49253f..cb7ef2c3b 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -1269,7 +1269,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn, /* convert domain, user, and host to ASCII but leave the rest as-is */ res = Curl_convert_to_network(conn->data, (char *)&ntlmbuf[domoff], - size-domoff) + size-domoff); if(res) return CURLE_CONV_FAILED; |