From: Wayne Davison Date: Sun, 27 Mar 2005 05:58:36 +0000 (+0000) Subject: Got rid of temporary code that set the ITEM_DUMMY_BIT. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/94af17a6eb29c08b5b3efb25f00d8604c51cd5e7 Got rid of temporary code that set the ITEM_DUMMY_BIT. --- diff --git a/generator.c b/generator.c index 6d239bac..92954d4f 100644 --- a/generator.c +++ b/generator.c @@ -337,8 +337,6 @@ void itemize(struct file_struct *file, int ndx, int statret, STRUCT_STAT *st, if ((iflags & SIGNIFICANT_ITEM_FLAGS || verbose > 1 || (xname && *xname)) && !read_batch) { if (protocol_version >= 29) { - if (iflags & (ITEM_LOCAL_CHANGE|ITEM_TRANSFER))/* XXX */ - iflags |= ITEM_DUMMY_BIT; /* XXX Remove soon */ if (ndx >= 0) write_int(sock_f_out, ndx); write_shortint(sock_f_out, iflags);