From 1ff66d4c68058b023c5d2dd0904b07db7d6c0976 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 31 Jan 2007 21:45:42 +0000 Subject: [PATCH] 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. --- generator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator.c b/generator.c index de8a8219..ed31eac6 100644 --- a/generator.c +++ b/generator.c @@ -4,7 +4,7 @@ * Copyright (C) 1996-2000 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras * Copyright (C) 2002 Martin Pool - * 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(); -- 2.34.1