mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix gethttp returning RETROK, which caused abortion.
This commit is contained in:
parent
6633b74930
commit
27478c069f
@ -1821,7 +1821,7 @@ File `%s' already there; not retrieving.\n\n"), hs->local_file);
|
||||
if (has_html_suffix_p (hs->local_file))
|
||||
*dt |= TEXTHTML;
|
||||
|
||||
return RETROK;
|
||||
return RETRUNNEEDED;
|
||||
}
|
||||
else if (!ALLOW_CLOBBER)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user