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 | 2d01ec2c390f8dd753600f22cefb17e7b8916ffd (patch) | |
tree | 6985c868caeef76ba5a2f1efab3d24b781def0ac /source3/rpcclient | |
parent | 3c54bb142e95bbc3e49d59ca28e960b1ee6a20f9 (diff) | |
download | samba-2d01ec2c390f8dd753600f22cefb17e7b8916ffd.tar.gz samba-2d01ec2c390f8dd753600f22cefb17e7b8916ffd.tar.bz2 samba-2d01ec2c390f8dd753600f22cefb17e7b8916ffd.zip |
Use new LSA_POLICY defines in lsa rpc server code and other places.
Guenther
(This used to be commit 58cca9faf9db506bd2f6eab4a99ef85153797ab2)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index 3fe8bc8e52..512d80ae15 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/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)) |