changeset 10159:873cd96bbc65

Fix small mistake from 2008-06-01.
author Bruno Haible <bruno@clisp.org>
date Thu, 05 Jun 2008 00:56:52 +0200
parents 73042342e7f6
children e9419491977a
files ChangeLog lib/copy-acl.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 04 22:48:48 2008 +0200
+++ b/ChangeLog	Thu Jun 05 00:56:52 2008 +0200
@@ -1,3 +1,8 @@
+2008-06-04  Bruno Haible  <bruno@clisp.org>
+
+	* lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
+	2008-06-01 commit.
+
 2008-06-04  Bruno Haible  <bruno@clisp.org>
 
 	* lib/acl-internal.h (acl_access_nontrivial): New declaration.
--- a/lib/copy-acl.c	Wed Jun 04 22:48:48 2008 +0200
+++ b/lib/copy-acl.c	Thu Jun 05 00:56:52 2008 +0200
@@ -53,7 +53,7 @@
   if (acl == NULL)
     {
       if (ACL_NOT_WELL_SUPPORTED (errno))
-	return set_acl (dst_name, dest_desc, mode);
+	return qset_acl (dst_name, dest_desc, mode);
       else
         return -2;
     }