fritzkink
2023-09-24 bff60b04458bb3ce0e0839628b0bf02d5a3af460
commit | author | age
051a11 1 --- samba-4.17.4//source3/modules/vfs_solarisacl.c    2022-08-08 16:15:39.408192400 +0000
F 2 +++ samba-4.17.4//source3/modules/vfs_solarisacl.c.new    2022-12-21 12:23:41.015910848 +0000
3 @@ -62,7 +62,7 @@
4  
5  /* public functions - the api */
6  
7 -static SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
8 +SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
9                  const struct smb_filename *smb_fname,
10                  SMB_ACL_TYPE_T type,
11                  TALLOC_CTX *mem_ctx)
12 --- samba-4.17.0/source3/modules/vfs_solarisacl.c    2022-08-08 07:15:39.408192400 +0000
13 +++ samba-4.17.0/source3/modules/vfs_solarisacl.c.new    2022-09-17 09:16:38.514619461 +0000
14 @@ -252,7 +252,7 @@
15      }
16      ret = acl(fsp->fsp_name->base_name, SETACL, count, solaris_acl);
17      if (ret != 0) {
18 -        DBG_DEBG("settinge file acl failed!\n");
bff60b 19 +        DBG_DEBUG("setting file acl failed!\n");
051a11 20      }
F 21  
22   done: