]> sjero.net Git - wget/commitdiff
Fix gethttp returning RETROK, which caused abortion.
authorMicah Cowan <micah@cowan.name>
Sat, 29 Sep 2007 01:21:08 +0000 (18:21 -0700)
committerMicah Cowan <micah@cowan.name>
Sat, 29 Sep 2007 01:21:08 +0000 (18:21 -0700)
src/http.c

index b664d45f639d61878c05de6b7116906351d3001f..5b9e8bbfc617ee23cddd676e16beb5c067f7443e 100644 (file)
@@ -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)
         {