Fixed failing hunks and/or fuzz.
[rsync/rsync-patches.git] / write-only.diff
index cb617f1..70f54c7 100644 (file)
@@ -12,7 +12,7 @@ allowed to download any files (my primary concern).
 
 
 --- loadparm.c 4 Feb 2004 07:31:29 -0000       1.50
-+++ loadparm.c 22 Apr 2004 23:49:29 -0000
++++ loadparm.c 15 May 2004 20:50:11 -0000
 @@ -119,6 +119,7 @@ typedef struct
        char *comment;
        char *lock_file;
@@ -45,9 +45,9 @@ allowed to download any files (my primary concern).
  FN_LOCAL_BOOL(lp_list, list)
  FN_LOCAL_BOOL(lp_use_chroot, use_chroot)
  FN_LOCAL_BOOL(lp_transfer_logging, transfer_logging)
---- main.c     10 Feb 2004 03:54:47 -0000      1.192
-+++ main.c     22 Apr 2004 23:49:29 -0000
-@@ -370,6 +370,12 @@ static void do_server_sender(int f_in, i
+--- main.c     15 May 2004 19:31:10 -0000      1.194
++++ main.c     15 May 2004 20:50:11 -0000
+@@ -369,6 +369,12 @@ static void do_server_sender(int f_in, i
                        (long)getpid());
        }
  
@@ -58,5 +58,5 @@ allowed to download any files (my primary concern).
 +      }
 +
        if (!relative_paths && !push_dir(dir)) {
-               rprintf(FERROR, "push_dir %s failed: %s (3)\n",
-                       full_fname(dir), strerror(errno));
+               rsyserr(FERROR, errno, "push_dir#3 %s failed",
+                       full_fname(dir));