mirror of
https://github.com/curl/curl.git
synced 2025-09-17 09:32:48 +03:00
urldata: change second proxytype field to unsigned char to match
To avoid "enumerated type mixed with another type" Closes #9179
This commit is contained in:
parent
8d1da2e172
commit
8cd57d6e39
|
@ -839,7 +839,8 @@ struct postponed_data {
|
|||
struct proxy_info {
|
||||
struct hostname host;
|
||||
long port;
|
||||
curl_proxytype proxytype; /* what kind of proxy that is in use */
|
||||
unsigned char proxytype; /* curl_proxytype: what kind of proxy that is in
|
||||
use */
|
||||
char *user; /* proxy user name string, allocated */
|
||||
char *passwd; /* proxy password string, allocated */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user