diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-07-27 08:48:48 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-07-27 08:48:48 +0000 |
| commit | 0f27c7838c214923f3d747ce226922dd8205b3b6 (patch) | |
| tree | e74d2f0ce0473fb620677d6e8b9d4b64209b9c06 /lib/libfetch/ftp.c | |
| parent | 6e5d42b9b0398662830be655a936676e4bce4ee7 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/ftp.c')
| -rw-r--r-- | lib/libfetch/ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c index 031a2434f19e..7da413fd77bf 100644 --- a/lib/libfetch/ftp.c +++ b/lib/libfetch/ftp.c @@ -796,6 +796,7 @@ fetchXGetFTP(struct url *url, struct url_stat *us, char *flags) /* stat file */ if (us && _ftp_stat(cd, url->doc, us) == -1 + && fetchLastErrCode != FETCH_PROTO && fetchLastErrCode != FETCH_UNAVAIL) return NULL; |
