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