mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-pysmbd: fix DEBUG
This commit is contained in:
parent
e5686a4cf0
commit
64f494de5e
@ -65,7 +65,7 @@ static NTSTATUS set_sys_acl_no_snum(const char *fname,
|
||||
ret = SMB_VFS_SYS_ACL_SET_FILE( conn, fname, acltype, theacl);
|
||||
if (ret != 0) {
|
||||
status = map_nt_error_from_unix_common(ret);
|
||||
DEBUG(0,("get_nt_acl_no_snum: fset_nt_acl returned zero.\n"));
|
||||
DEBUG(0,("set_nt_acl_no_snum: fset_nt_acl returned zero.\n"));
|
||||
}
|
||||
|
||||
conn_free(conn);
|
||||
|
Loading…
Reference in New Issue
Block a user