summaryrefslogtreecommitdiff
path: root/source3/utils/net_util.c
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
commit05ba38f7549f91670761928f1c959b65eb4bcec1 (patch)
tree49e2bb4e9d9c95d8143d16202eaeabca64016aa2 /source3/utils/net_util.c
parent4db7642caa99c1b054322a8971c4b673556487ce (diff)
downloadsamba-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/utils/net_util.c')
-rw-r--r--source3/utils/net_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_util.c b/source3/utils/net_util.c
index be39a75465..db6420d6b7 100644
--- a/source3/utils/net_util.c
+++ b/source3/utils/net_util.c
@@ -81,7 +81,7 @@ NTSTATUS net_rpc_lookup_name(TALLOC_CTX *mem_ctx, struct cli_state *cli,
done:
if (is_valid_policy_hnd(&pol)) {
- rpccli_lsa_close(lsa_pipe, mem_ctx, &pol);
+ rpccli_lsa_Close(lsa_pipe, mem_ctx, &pol);
}
cli_rpc_pipe_close(lsa_pipe);