Commit 184dd27a authored by Wayne Davison's avatar Wayne Davison

Call delete_in_dir(NULL, NULL, NULL) in do_delete_pass().

parent 0e5665d3
......@@ -307,7 +307,7 @@ static void do_delete_pass(struct file_list *flist)
delete_in_dir(flist, fbuf, file);
}
//delete_in_dir(NULL, NULL, NULL);
delete_in_dir(NULL, NULL, NULL);
if (do_progress && !am_server)
rprintf(FINFO, " \r");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment