From 59e52bf27680e626f26525e009b975247c80d744 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 16 Feb 2005 17:02:02 +0000 Subject: [PATCH] Tweaked ITEM_MISSING_DATA. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.h b/rsync.h index a06c583c..41ee7fd0 100644 --- a/rsync.h +++ b/rsync.h @@ -147,7 +147,7 @@ #define ITEM_REPORT_GROUP (1<<6) #define ITEM_IS_NEW (1<<7) -#define ITEM_MISSING_DATA (1<<15) +#define ITEM_MISSING_DATA (1<<16) /* this is outside the transmitted flags */ /* Log-message categories. FLOG is only used on the daemon side to * output messages to the log file. */ -- 2.34.1