X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/882e68931246958a37c63c557d6f758356bd92d9..3048b0a8eaf97bb5ee9c97dd498abcb8b0c61bda:/flist.c diff --git a/flist.c b/flist.c index 1ef1617a..9f86521e 100644 --- a/flist.c +++ b/flist.c @@ -603,7 +603,7 @@ void receive_file_entry(struct file_struct **fptr, unsigned short flags, int f) if (!file->basename) out_of_memory("receive_file_entry 1"); - file->flags = flags; + file->flags = flags & LIVE_FLAGS; file->length = read_longint(f); if (!(flags & SAME_TIME)) modtime = (time_t)read_int(f);