Added a comment.
authorWayne Davison <wayned@samba.org>
Thu, 9 Mar 2006 17:30:22 +0000 (17:30 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Mar 2006 17:30:22 +0000 (17:30 +0000)
acls.diff

index 0c0f51950b4687055e4a5c9e76e93647db9b2d4f..dd73b7bbf2e5569f8d9693da639017de606be547 100644 (file)
--- a/acls.diff
+++ b/acls.diff
@@ -1044,7 +1044,7 @@ ACLs to a non-ACL-supporting disk should complain.
 +      SMB_ACL_TYPE_T type;
 +
 +      if (dry_run || S_ISLNK(file->mode))
-+              return 1;
++              return 1; /* FIXME: --dry-run needs to compute this value */
 +
 +      if (file == backup_orig_file) {
 +              if (!strcmp(fname, backup_dest_fname))