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 0c0f519..dd73b7b 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))