Loading lib/curl_ntlm_msgs.c +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data, return error; if(!buffer) { infof(data, "NTLM handshake failure (unhandled condition)\n"); infof(data, "NTLM handshake failure (empty type-2 message)\n"); return CURLE_BAD_CONTENT_ENCODING; } Loading Loading
lib/curl_ntlm_msgs.c +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data, return error; if(!buffer) { infof(data, "NTLM handshake failure (unhandled condition)\n"); infof(data, "NTLM handshake failure (empty type-2 message)\n"); return CURLE_BAD_CONTENT_ENCODING; } Loading