This commit is contained in:
Viktor Szakats 2026-03-09 00:28:30 +01:00
parent e9112f7076
commit d005d0b643
No known key found for this signature in database
8 changed files with 12 additions and 11 deletions

View file

@ -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);