mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:13:38 +03:00
fixes
This commit is contained in:
parent
f18001b6d0
commit
590ab006aa
2 changed files with 6 additions and 4 deletions
|
|
@ -458,7 +458,8 @@ CURLcode Curl_auth_create_digest_http_message(struct Curl_easy *data,
|
|||
if(status == SEC_E_OK)
|
||||
output_token_len = chlg_buf[4].cbBuffer;
|
||||
else { /* delete the context so a new one can be made */
|
||||
infof(data, "digest_sspi: MakeSignature failed, error 0x%08lx", status);
|
||||
infof(data, "digest_sspi: MakeSignature failed, error 0x%08lx",
|
||||
(unsigned long)status);
|
||||
Curl_pSecFn->DeleteSecurityContext(digest->http_context);
|
||||
curlx_safefree(digest->http_context);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue