fix compiler warning: enumerated type mixed with another type
This commit is contained in:
@@ -4172,7 +4172,7 @@ static CURLcode parse_url_userpass(struct SessionHandle *data,
|
||||
* set user/passwd, but doing that first adds more cases here :-(
|
||||
*/
|
||||
|
||||
conn->bits.userpwd_in_url = 1;
|
||||
conn->bits.userpwd_in_url = TRUE;
|
||||
if(data->set.use_netrc != CURL_NETRC_REQUIRED) {
|
||||
/* We could use the one in the URL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user