mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
libcli: Modernize a DEBUG
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
parent
84faa9dbb4
commit
f41dc1440b
@ -598,10 +598,10 @@ NTSTATUS se_file_access_check(const struct security_descriptor *sd,
|
||||
access_desired |= SEC_RIGHTS_PRIV_RESTORE;
|
||||
}
|
||||
|
||||
DEBUG(10,("se_file_access_check: MAX desired = 0x%x "
|
||||
"mapped to 0x%x\n",
|
||||
orig_access_desired,
|
||||
access_desired));
|
||||
DBG_DEBUG("MAX desired = 0x%0" PRIx32 " mapped to 0x%" PRIx32
|
||||
"\n ",
|
||||
orig_access_desired,
|
||||
access_desired);
|
||||
}
|
||||
|
||||
status = se_access_check_implicit_owner(sd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user