summaryrefslogtreecommitdiff
path: root/batch.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-01-10 21:10:04 +0000
committerWayne Davison <wayned@samba.org>2004-01-10 21:10:04 +0000
commita09f6f55da452122cae567cd916ed47a24f790ad (patch)
tree5b97c2b80b3b696553973ddd2551255ec02a2ba9 /batch.c
parentcaf5cc91528b8fb52bfb49520c5942be0e36f2b6 (diff)
downloadrsync-a09f6f55da452122cae567cd916ed47a24f790ad.tar.gz
Use the new LIVE_FLAGS define to fix a potential flag problem.
Diffstat (limited to 'batch.c')
-rw-r--r--batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.c b/batch.c
index 3f344ad2..753eae99 100644
--- a/batch.c
+++ b/batch.c
@@ -47,7 +47,7 @@ void write_batch_flist_info(int flist_count, struct file_struct **files)
reset_file_entry_vars();
for (i = 0; i < flist_count; i++)
- send_file_entry(files[i], f, files[i]->flags & FLAG_DELETE);
+ send_file_entry(files[i], f, files[i]->flags & LIVE_FLAGS);
send_file_entry(NULL, f, 0);
protocol_version = save_pv;