mirror of
https://github.com/curl/curl.git
synced 2026-05-14 13:36:19 +03:00
urldata: Use bool for socks5_gssapi_nec as it is a flag
This value is set to TRUE or FALSE so should be a bool and not a long.
This commit is contained in:
parent
5ee484c597
commit
830a4e55a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1616,7 +1616,7 @@ struct UserDefined {
|
|||
long allowed_protocols;
|
||||
long redir_protocols;
|
||||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
long socks5_gssapi_nec; /* flag to support nec socks5 server */
|
||||
bool socks5_gssapi_nec; /* Flag to support NEC SOCKS5 server */
|
||||
#endif
|
||||
struct curl_slist *mail_rcpt; /* linked list of mail recipients */
|
||||
bool sasl_ir; /* Enable/disable SASL initial response */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue