mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:43:34 +03:00
code police: narrow source to < 80 columns
This commit is contained in:
parent
b1f64d3a2a
commit
4ac56b9d9f
1 changed files with 2 additions and 1 deletions
|
|
@ -419,7 +419,8 @@ CURLcode Curl_ntlm_create_type1_message(const char *userp,
|
|||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
ntlm->identity.Password = dup_passwd.tbyte_ptr;
|
||||
ntlm->identity.PasswordLength = curlx_uztoul(_tcslen(dup_passwd.tchar_ptr));
|
||||
ntlm->identity.PasswordLength =
|
||||
curlx_uztoul(_tcslen(dup_passwd.tchar_ptr));
|
||||
dup_passwd.tchar_ptr = NULL;
|
||||
|
||||
Curl_unicodefree(passwd.tchar_ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue