mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
From 6012fa5a
.
Closes #3858
This commit is contained in:
parent
a07f376861
commit
e7a1bc8ee4
@ -850,15 +850,15 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_auth_ntlm_cleanup()
|
* Curl_auth_ntlm_cleanup()
|
||||||
*
|
*
|
||||||
* This is used to clean up the NTLM specific data.
|
* This is used to clean up the NTLM specific data.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
*
|
*
|
||||||
* ntlm [in/out] - The NTLM data struct being cleaned up.
|
* ntlm [in/out] - The NTLM data struct being cleaned up.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void Curl_auth_ntlm_cleanup(struct ntlmdata *ntlm)
|
void Curl_auth_ntlm_cleanup(struct ntlmdata *ntlm)
|
||||||
{
|
{
|
||||||
/* Free the target info */
|
/* Free the target info */
|
||||||
|
Loading…
Reference in New Issue
Block a user