summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-15 01:02:11 +0000
committerJeremy Allison <jra@samba.org>2000-12-15 01:02:11 +0000
commit0a40bc83e14c69a09948ec09bb6fc5026c4f4c14 (patch)
tree6b612c5cc6eb267ff0da19c0779ae9765e41f8a3 /source/rpc_client
parent505a8a2277f2bc761bd2b170fafbcb3afd982d92 (diff)
downloadsamba-0a40bc83e14c69a09948ec09bb6fc5026c4f4c14.tar.gz
samba-0a40bc83e14c69a09948ec09bb6fc5026c4f4c14.tar.xz
samba-0a40bc83e14c69a09948ec09bb6fc5026c4f4c14.zip
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open problem. Jeremy.
Diffstat (limited to 'source/rpc_client')
-rw-r--r--source/rpc_client/cli_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_lsarpc.c b/source/rpc_client/cli_lsarpc.c
index a3b0a516b0a..03a5cad7093 100644
--- a/source/rpc_client/cli_lsarpc.c
+++ b/source/rpc_client/cli_lsarpc.c
@@ -606,7 +606,7 @@ uint32 lsa_lookup_names(POLICY_HND *hnd, int num_names, char **names,
r_l.dom_ref = &ref;
r_l.dom_rid = t_rids;
- lsa_io_r_lookup_names(ctx, "", &r_l, &rbuf, 0);
+ lsa_io_r_lookup_names("", &r_l, &rbuf, 0);
p = rbuf.data_offset != 0;
if (p && r_l.status != 0) {