Log every connect to the daemon.
[rsync/rsync.git] / generator.c
index cccd1ec..5577624 100644 (file)
@@ -1231,6 +1231,8 @@ 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 && !delay_updates && !phase)
+           increment_active_files(ndx, itemizing, code);
        write_int(f_out, ndx);
        if (itemizing) {
                int iflags = ITEM_TRANSFER;