]> sjero.net Git - wget/blobdiff - src/main.c
Correct iri handling while fetching a remote file list with -i and provide a test
[wget] / src / main.c
index 79c35220e28420188cd43fd00a26014fd5c43acf..8d8d93fa0e1e24420c21a16378eedcf5511a3568 100644 (file)
@@ -1196,7 +1196,7 @@ WARNING: Can't reopen standard output in binary mode;\n\
           if (url_scheme (*t) == SCHEME_FTP)
             opt.follow_ftp = 1;
 
-          status = retrieve_tree (*t);
+          status = retrieve_tree (*t, NULL);
 
           opt.follow_ftp = old_follow_ftp;
         }