Commit 830a4e55 authored by Steve Holme's avatar Steve Holme
Browse files

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.
parent 5ee484c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */