Fixed some patch fuzz.
authorWayne Davison <wayned@samba.org>
Wed, 27 Dec 2006 07:28:22 +0000 (07:28 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 27 Dec 2006 07:28:22 +0000 (07:28 +0000)
fake-super.diff

index bb9571e..7f46ce5 100644 (file)
@@ -39,9 +39,9 @@ above:
        sx.acc_acl = sx.def_acl = NULL;
 --- old/clientserver.c
 +++ new/clientserver.c
-@@ -627,6 +627,11 @@ static int rsync_module(int f_in, int f_
-       ret = parse_arguments(&argc, (const char ***) &argv, 0);
-       quiet = 0; /* Don't let someone try to be tricky. */
+@@ -630,6 +630,11 @@ static int rsync_module(int f_in, int f_
+       if (lp_ignore_errors(module_id))
+               ignore_errors = 1;
  
 +      if (lp_fake_super(i))
 +              am_root = -1;