mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
r890: convert samba4 to use [u]int8_t instead of [u]int8
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
af6f1f8a01
commit
2986c5f08c
@@ -309,7 +309,7 @@ char *sid_binstring(const struct dom_sid *sid)
|
||||
/*******************************************************************
|
||||
Check if ACE has OBJECT type.
|
||||
********************************************************************/
|
||||
BOOL sec_ace_object(uint8 type)
|
||||
BOOL sec_ace_object(uint8_t type)
|
||||
{
|
||||
if (type == SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT ||
|
||||
type == SEC_ACE_TYPE_ACCESS_DENIED_OBJECT ||
|
||||
|
||||
Reference in New Issue
Block a user