aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-11 14:50:21 -0700
committerWayne Davison <wayned@samba.org>2008-03-11 17:35:49 -0700
commitee39281d1425fef93d68b5e1411612b5bd9428eb (patch)
tree8eeb2a6bc8a6fb6f49a7a53a2a8eafaf8255370f /rsync.c
parent0607c30700f1f7e80ecf723ec24a3127ef158596 (diff)
downloadandroid_external_rsync-ee39281d1425fef93d68b5e1411612b5bd9428eb.tar.gz
android_external_rsync-ee39281d1425fef93d68b5e1411612b5bd9428eb.tar.bz2
android_external_rsync-ee39281d1425fef93d68b5e1411612b5bd9428eb.zip
Fixed the 'T' itemized output for a symlink the right way this time.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsync.c b/rsync.c
index 827e8d89..302971fc 100644
--- 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;
}