mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Print true netrc name (.netrc/_netrc).
This commit is contained in:
parent
e3d342df96
commit
b1bdba7db5
@ -3067,7 +3067,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||||||
if(Curl_parsenetrc(conn->host.name,
|
if(Curl_parsenetrc(conn->host.name,
|
||||||
user, passwd,
|
user, passwd,
|
||||||
data->set.netrc_file)) {
|
data->set.netrc_file)) {
|
||||||
infof(data, "Couldn't find host %s in the .netrc file, using defaults\n",
|
infof(data, "Couldn't find host %s in the " DOT_CHAR "netrc file, using defaults\n",
|
||||||
conn->host.name);
|
conn->host.name);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user