mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup the name space
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
19a639ac46
commit
7dfafa712d
@@ -95,7 +95,12 @@ PRIVS privs[] = {
|
||||
{SE_END, "", ""}
|
||||
};
|
||||
|
||||
typedef struct priv_sid_list {
|
||||
typedef struct {
|
||||
int count;
|
||||
DOM_SID *list;
|
||||
} SID_LIST;
|
||||
|
||||
typedef struct {
|
||||
SE_PRIV privilege;
|
||||
SID_LIST sids;
|
||||
} PRIV_SID_LIST;
|
||||
|
||||
Reference in New Issue
Block a user