diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-20 22:49:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:00:54 -0500 |
commit | 05ba38f7549f91670761928f1c959b65eb4bcec1 (patch) | |
tree | 49e2bb4e9d9c95d8143d16202eaeabca64016aa2 /source3/rpc_client | |
parent | 4db7642caa99c1b054322a8971c4b673556487ce (diff) | |
download | samba-05ba38f7549f91670761928f1c959b65eb4bcec1.tar.gz samba-05ba38f7549f91670761928f1c959b65eb4bcec1.tar.bz2 samba-05ba38f7549f91670761928f1c959b65eb4bcec1.zip |
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
(This used to be commit 50d74ce0488a9bd0980cdc6d523a210f6238ef74)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 2e0e8e36ad..7b47afc813 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -127,14 +127,6 @@ NTSTATUS rpccli_lsa_open_policy2(struct rpc_pipe_client *cli, return result; } -/** Close a LSA policy handle */ - -NTSTATUS rpccli_lsa_close(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - POLICY_HND *pol) -{ - return rpccli_lsa_Close( cli, mem_ctx, pol); -} - /** Lookup a list of sids */ NTSTATUS rpccli_lsa_lookup_sids(struct rpc_pipe_client *cli, |