mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -188,7 +188,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(struct Curl_cfilter *cf,
|
|||
}
|
||||
if(check_gss_err(data, gss_major_status,
|
||||
gss_minor_status, "gss_init_sec_context") ||
|
||||
/* the size needs to fit in a 16 bit field */
|
||||
/* the size needs to fit in a 16-bit field */
|
||||
(gss_send_token.length > 0xffff)) {
|
||||
gss_release_name(&gss_status, &server);
|
||||
gss_release_buffer(&gss_status, &gss_send_token);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue