diff options
author | Günther Deschner <gd@samba.org> | 2008-02-27 15:49:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-27 15:57:09 +0100 |
commit | 58cca9faf9db506bd2f6eab4a99ef85153797ab2 (patch) | |
tree | 86db767dd186d0e5dc18d1037984236f52768684 /source/rpcclient | |
parent | 01cdb071af7bc677450e511ebc7ef2036e9510e4 (diff) | |
download | samba-58cca9faf9db506bd2f6eab4a99ef85153797ab2.tar.gz samba-58cca9faf9db506bd2f6eab4a99ef85153797ab2.tar.xz samba-58cca9faf9db506bd2f6eab4a99ef85153797ab2.zip |
Use new LSA_POLICY defines in lsa rpc server code and other places.
Guenther
Diffstat (limited to 'source/rpcclient')
-rw-r--r-- | source/rpcclient/cmd_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_lsarpc.c b/source/rpcclient/cmd_lsarpc.c index 3fe8bc8e52e..512d80ae15e 100644 --- a/source/rpcclient/cmd_lsarpc.c +++ b/source/rpcclient/cmd_lsarpc.c @@ -394,7 +394,7 @@ static NTSTATUS cmd_lsa_enum_trust_dom(struct rpc_pipe_client *cli, } result = rpccli_lsa_open_policy(cli, mem_ctx, True, - POLICY_VIEW_LOCAL_INFORMATION, + LSA_POLICY_VIEW_LOCAL_INFORMATION, &pol); if (!NT_STATUS_IS_OK(result)) |