mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +03:00
parent
81b2b577df
commit
15a361892d
|
@ -380,8 +380,8 @@ CURLcode Curl_auth_create_ntlm_type1_message(struct Curl_easy *data,
|
||||||
(void)data;
|
(void)data;
|
||||||
(void)userp;
|
(void)userp;
|
||||||
(void)passwdp;
|
(void)passwdp;
|
||||||
(void)service,
|
(void)service;
|
||||||
(void)hostname,
|
(void)hostname;
|
||||||
|
|
||||||
/* Clean up any former leftovers and initialise to defaults */
|
/* Clean up any former leftovers and initialise to defaults */
|
||||||
Curl_auth_cleanup_ntlm(ntlm);
|
Curl_auth_cleanup_ntlm(ntlm);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user