summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-27 15:49:31 +0100
committerGünther Deschner <gd@samba.org>2008-02-27 15:57:09 +0100
commit58cca9faf9db506bd2f6eab4a99ef85153797ab2 (patch)
tree86db767dd186d0e5dc18d1037984236f52768684 /source/rpcclient
parent01cdb071af7bc677450e511ebc7ef2036e9510e4 (diff)
downloadsamba-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.c2
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))