mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
lib: reserve 'result' for CURLcode
For consistency, whereever we use a local variable named 'result' that is a CURLcode type. Make other types use other names. Closes #21244
This commit is contained in:
parent
4cb4f9d602
commit
9f5d1a38d1
9 changed files with 66 additions and 67 deletions
|
|
@ -106,7 +106,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(struct Curl_cfilter *cf,
|
|||
CURLcode code;
|
||||
size_t actualread;
|
||||
size_t nwritten;
|
||||
int result;
|
||||
CURLcode result;
|
||||
OM_uint32 gss_major_status, gss_minor_status, gss_status;
|
||||
OM_uint32 gss_ret_flags;
|
||||
int gss_conf_state, gss_enc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue