From 1e71ecdcb21f24e70ee5edbbc05de0284fa588f4 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 23 Feb 1999 22:39:54 +0000 Subject: added jeremy's new c++-like code for parsing of security descriptors. (This used to be commit ec1b7000fd88c5a08e438c7033f60e49b9ec44a8) --- source3/include/rpc_secdes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/include/rpc_secdes.h') diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 5d5a1d0d84..c2166c9a09 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -97,8 +97,7 @@ typedef struct security_acl_info uint16 revision; /* 0x0002 */ uint16 size; /* size in bytes of the entire ACL structure */ uint32 num_aces; /* number of Access Control Entries */ - - SEC_ACE *ace; + SEC_ACE *ace_list; } SEC_ACL; @@ -133,4 +132,3 @@ typedef struct sec_desc_buf_info } SEC_DESC_BUF; #endif /* _RPC_SECDES_H */ - -- cgit