diff options
author | Günther Deschner <gd@samba.org> | 2009-04-15 01:30:12 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-21 12:42:51 +0200 |
commit | 38264bb3b86a3c9da941070f29ec08227c471d2b (patch) | |
tree | 2114d951d07ddeed4dce904eb9c9c9e3557242d5 /source3/rpcclient | |
parent | da92e54236293460e307edd52ca7f1e20c6f23ef (diff) | |
download | samba-38264bb3b86a3c9da941070f29ec08227c471d2b.tar.gz samba-38264bb3b86a3c9da941070f29ec08227c471d2b.tar.xz samba-38264bb3b86a3c9da941070f29ec08227c471d2b.zip |
s3-secdesc: move all winreg access bits to IDL.
Guenther
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_test.c b/source3/rpcclient/cmd_test.c index b7be038539d..85e90a19b51 100644 --- a/source3/rpcclient/cmd_test.c +++ b/source3/rpcclient/cmd_test.c @@ -45,7 +45,7 @@ static NTSTATUS cmd_testme(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, } status = rpccli_lsa_open_policy(lsa_pipe, mem_ctx, False, - SEC_RIGHTS_QUERY_VALUE, &pol); + KEY_QUERY_VALUE, &pol); if (!NT_STATUS_IS_OK(status)) goto done; |