X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0099e423325e3c4ad919f6379f41cfe6618ad154..600b56b31626cfdb49d7e2ec7b3f03fb5847f493:/rsync.c diff --git a/rsync.c b/rsync.c index 6a5f5df3..302971fc 100644 --- a/rsync.c +++ b/rsync.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2003-2007 Wayne Davison + * Copyright (C) 2003-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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; }