mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:28:04 +03:00
fixes
This commit is contained in:
parent
726920069f
commit
f18001b6d0
1 changed files with 2 additions and 2 deletions
|
|
@ -257,10 +257,10 @@ static OM_uint32 stub_gss_init_sec_context(
|
|||
}
|
||||
|
||||
/* Token format: creds:target:type:padding */
|
||||
used = curl_msnprintf(token, length, "%s:%.*s:%u:", creds,
|
||||
used = curl_msnprintf(token, length, "%s:%.*s:%d:", creds,
|
||||
(int)target_desc.length,
|
||||
(const char *)target_desc.value,
|
||||
ctx->sent);
|
||||
(int)ctx->sent);
|
||||
|
||||
gss_release_buffer(&minor_status, &target_desc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue