mirror of
https://github.com/samba-team/samba.git
synced 2025-08-31 22:02:58 +03:00
Add a \n to a debug message in smbacl4_nfs42win
This commit is contained in:
@ -208,7 +208,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, SMB4ACL_T *theacl, /* in */
|
|||||||
SEC_ACE *nt_ace_list = NULL;
|
SEC_ACE *nt_ace_list = NULL;
|
||||||
int good_aces = 0;
|
int good_aces = 0;
|
||||||
|
|
||||||
DEBUG(10, ("smbacl_nfs42win entered"));
|
DEBUG(10, ("smbacl_nfs42win entered\n"));
|
||||||
|
|
||||||
aclint = get_validated_aclint(theacl);
|
aclint = get_validated_aclint(theacl);
|
||||||
/* We do not check for naces being 0 or theacl being NULL here because it is done upstream */
|
/* We do not check for naces being 0 or theacl being NULL here because it is done upstream */
|
||||||
|
Reference in New Issue
Block a user