A couple fixes in add_rule() for XFLG_ABS_IF_SLASH:
[rsync/rsync.git] / compat.c
index 9cd6bb7..ef220e2 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) Andrew Tridgell 1996
  * Copyright (C) Paul Mackerras 1996
- * Copyright (C) 2004-2007 Wayne Davison
+ * Copyright (C) 2004-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
@@ -271,6 +271,10 @@ void setup_protocol(int f_out,int f_in)
                        exit_cleanup(RERR_SYNTAX);
                }
                need_messages_from_generator = 1;
+#if defined HAVE_LUTIMES && defined HAVE_UTIMES
+       } else if (!am_sender) {
+               receiver_symlink_times = 1;
+#endif
        }
 
        if (need_unsorted_flist && (!am_sender || inc_recurse))