]> sjero.net Git - wget/blobdiff - src/http.c
Parse html from files when -r -nc is active.
[wget] / src / http.c
index b304af76cde67c48ac3b05c864f56c4fd6b406e0..129359cad47e183a01d89ae1aeb25b32b0a6ee3e 100644 (file)
@@ -2389,7 +2389,8 @@ File `%s' already there; not retrieving.\n\n"),
       if (has_html_suffix_p (hstat.local_file))
         *dt |= TEXTHTML;
 
-      return RETRUNNEEDED;
+      ret = RETROK;
+      goto exit;
     }
 
   /* Reset the counter. */