diff options
author | Günther Deschner <gd@samba.org> | 2010-06-02 23:35:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:12 +0200 |
commit | a75436e3ee11fa1491bfa574523269be716fc892 (patch) | |
tree | 16b926c2956bfb9bbf2e4814c86bca985cd8d85a /source3/rpcclient/cmd_samr.c | |
parent | e24a59f932897888cadae31469366663aca1a414 (diff) | |
download | samba-a75436e3ee11fa1491bfa574523269be716fc892.tar.gz |
s3-security: use shared SECINFO_DACL define.
Guenther
Diffstat (limited to 'source3/rpcclient/cmd_samr.c')
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 199c8b1dccd..367c3b864b5 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -2160,7 +2160,7 @@ static NTSTATUS cmd_samr_query_sec_obj(struct rpc_pipe_client *cli, { struct policy_handle connect_pol, domain_pol, user_pol, *pol; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; - uint32 sec_info = DACL_SECURITY_INFORMATION; + uint32 sec_info = SECINFO_DACL; uint32 user_rid = 0; TALLOC_CTX *ctx = NULL; struct sec_desc_buf *sec_desc_buf=NULL; |