mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
fixes
This commit is contained in:
parent
e9112f7076
commit
d005d0b643
8 changed files with 12 additions and 11 deletions
|
|
@ -257,7 +257,7 @@ static OM_uint32 stub_gss_init_sec_context(
|
|||
}
|
||||
|
||||
/* Token format: creds:target:type:padding */
|
||||
used = curl_msnprintf(token, length, "%s:%.*s:%d:", creds,
|
||||
used = curl_msnprintf(token, length, "%s:%.*s:%u:", creds,
|
||||
(int)target_desc.length,
|
||||
(const char *)target_desc.value,
|
||||
ctx->sent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue