]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define.
authorWayne Davison <wayned@samba.org>
Thu, 15 Jan 2004 02:25:38 +0000 (02:25 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 15 Jan 2004 02:25:38 +0000 (02:25 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index e9c41d7b400bb1e7d6d20e3cfc56e3d3f90c803f..bc009582151fad3433fcb1c25140c5a5c6b7c3fe 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -55,7 +55,7 @@
 #define SAME_DEV (1<<10)
 
 /* What flags are relevant after the transfer of the flist is complete? */
-#define LIVE_FLAGS (FLAG_DELETE|HAS_INODE_DATA)
+#define LIVE_FLAGS FLAG_DELETE
 
 /* update this if you make incompatible changes */
 #define PROTOCOL_VERSION 28