]> git.sur5r.net Git - bacula/bacula/commitdiff
Add TODO on AIX acl code
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 10 Sep 2010 13:41:12 +0000 (15:41 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Sep 2010 16:34:02 +0000 (18:34 +0200)
bacula/src/filed/acl.c

index 10db1cd89402b7f1f9e373f35d7015164a81caf4..6ccf13f20d4196c9af0e26544b5cf0471939e9b9 100644 (file)
@@ -138,6 +138,9 @@ static bacl_exit_code aix_build_acl_streams(JCR *jcr, FF_PKT *ff_pkt)
 {
    char *acl_text;
 
+   /* TODO: need to use aclx_get and aclx_put instead of acl_get and acl_put 
+    * to work on all AIX FS
+    */
    if ((acl_text = acl_get(jcr->last_fname)) != NULL) {
       jcr->acl_data->content_length = pm_strcpy(jcr->acl_data->content, acl_text);
       actuallyfree(acl_text);