The patches for 3.0.4pre1.
[rsync/rsync-patches.git] / atimes.diff
index a1885a7..d84b51a 100644 (file)
@@ -184,8 +184,8 @@ diff --git a/generator.c b/generator.c
 -                              set_modtime(fname, file->modtime, file->mode);
 +                              set_times(fname, file->modtime, file->modtime, file->mode);
                }
-               if (allowed_lull && !(counter % lull_mod))
-                       maybe_send_keepalive();
+               if (counter >= loopchk_limit) {
+                       if (allowed_lull)
 diff --git a/ifuncs.h b/ifuncs.h
 --- a/ifuncs.h
 +++ b/ifuncs.h
@@ -470,7 +470,7 @@ diff --git a/tls.c b/tls.c
  #endif
  
 +static int display_atimes = 0;
-+ 
++
  static void failed(char const *what, char const *where)
  {
        fprintf(stderr, PROGRAM ": %s %s: %s\n",