Commit 1ff66d4c authored by Wayne Davison's avatar Wayne Davison

Changed the main file-scan loop to not check for redo items when

in incremental recurse mode -- it is enough to check for them
when changing from one file-list to another.
parent 87a34ce5
......@@ -4,7 +4,7 @@
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
* Copyright (C) 2003, 2004, 2005, 2006 Wayne Davison
* Copyright (C) 2003, 2004, 2005, 2006, 2007 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -1843,7 +1843,7 @@ void generate_files(int f_out, const char *local_name)
}
#endif
check_for_finished_files(itemizing, code, inc_recurse);
check_for_finished_files(itemizing, code, 0);
if (allowed_lull && !(i % lull_mod))
maybe_send_keepalive();
......
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