From a7535022009774c49a272bd509c68bca49d05a61 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 15 Feb 2006 20:09:49 +0000 Subject: [PATCH] Don't try to help the ACKs for the --remove-sent-file option when --delay-updates was specified. --- generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.c b/generator.c index 3a30efd3..55776248 100644 --- a/generator.c +++ b/generator.c @@ -1231,7 +1231,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, rprintf(FINFO, "generating and sending sums for %d\n", ndx); notify_others: - if (remove_sent_files && !phase) + if (remove_sent_files && !delay_updates && !phase) increment_active_files(ndx, itemizing, code); write_int(f_out, ndx); if (itemizing) { -- 2.34.1