Got rid of temporary code that set the ITEM_DUMMY_BIT.
authorWayne Davison <wayned@samba.org>
Sun, 27 Mar 2005 05:58:36 +0000 (05:58 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 27 Mar 2005 05:58:36 +0000 (05:58 +0000)
generator.c

index 6d239ba..92954d4 100644 (file)
@@ -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);