mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
vfs_vxfs: realign vxfs_compare() args to one per line
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
c893b9cd90
commit
fdbb90a8e1
@ -396,7 +396,9 @@ static bool vxfs_compare_acls(char *e_buf, char *n_buf, int n_count,
|
||||
* 6. Else need to set New ACL
|
||||
*/
|
||||
|
||||
static bool vxfs_compare(connection_struct *conn, char *name, SMB_ACL_T the_acl,
|
||||
static bool vxfs_compare(connection_struct *conn,
|
||||
char *name,
|
||||
SMB_ACL_T the_acl,
|
||||
SMB_ACL_TYPE_T the_acl_type)
|
||||
{
|
||||
SMB_ACL_T existing_acl = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user