Properly initialize netrcfd in fetchParseURL
This fixes ftp with fetch(1) which was broken after r313974 Submitted by: dim Reported by: olivier Pointyhat to: bapt
This commit is contained in:
parent
924233eb75
commit
5d1ce10bee
@ -350,6 +350,7 @@ fetchParseURL(const char *URL)
|
|||||||
fetch_syserr();
|
fetch_syserr();
|
||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
u->netrcfd = -2;
|
||||||
|
|
||||||
/* scheme name */
|
/* scheme name */
|
||||||
if ((p = strstr(URL, ":/"))) {
|
if ((p = strstr(URL, ":/"))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user