diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-06-24 13:43:57 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-06-24 13:43:57 +0000 |
| commit | adce61f9b4fc061902bd331cef9fc4b951d7ca1c (patch) | |
| tree | ef1fd9df6452ff94f4ac7cdd67f3a34a47b0332d /usr.bin/fetch | |
| parent | e545e3c55c86637fa2d86ab91aa97c257483d816 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 931a8ea89ee7..e0f8bfefedb7 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -443,7 +443,6 @@ fetch(char *URL, const char *path) if (S_size) { if (us.size == -1) { warnx("%s: size unknown", URL); - goto failure; } else if (us.size != S_size) { warnx("%s: size mismatch: expected %jd, actual %jd", URL, (intmax_t)S_size, (intmax_t)us.size); |
