summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-20 22:49:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:54 -0500
commit50d74ce0488a9bd0980cdc6d523a210f6238ef74 (patch)
tree41b466fd46b31b5284b634d0f8643f18f7c06d8e /source/rpc_client
parentb41c52b9db5fc4a553b20a7a5a051a4afced9366 (diff)
downloadsamba-50d74ce0488a9bd0980cdc6d523a210f6238ef74.tar.gz
samba-50d74ce0488a9bd0980cdc6d523a210f6238ef74.tar.xz
samba-50d74ce0488a9bd0980cdc6d523a210f6238ef74.zip
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
Diffstat (limited to 'source/rpc_client')
-rw-r--r--source/rpc_client/cli_lsarpc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/rpc_client/cli_lsarpc.c b/source/rpc_client/cli_lsarpc.c
index 2e0e8e36ad3..7b47afc8131 100644
--- a/source/rpc_client/cli_lsarpc.c
+++ b/source/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,