Fixed the 'T' itemized output for a symlink the right way this time.
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index 827e8d8..302971f 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -41,7 +41,6 @@ extern int am_generator;
 extern int am_starting_up;
 extern int allow_8bit_chars;
 extern int protocol_version;
-extern int receiver_symlink_times;
 extern int uid_ndx;
 extern int gid_ndx;
 extern int inc_recurse;
@@ -400,7 +399,7 @@ int set_file_attrs(const char *fname, struct file_struct *file, stat_x *sxp,
                }
                if (ret == 0) /* ret == 1 if symlink could not be set */
                        updated = 1;
-               else if (receiver_symlink_times)
+               else
                        file->flags |= FLAG_TIME_FAILED;
        }