summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-06-03 00:53:07 +0000
committerJeremy Allison <jra@samba.org>2000-06-03 00:53:07 +0000
commit5a5540f87a89224397d791f4fe8093be214e1f15 (patch)
tree629c04e0026f5e90eca83858bc1e3f0aa8964ea2 /source3/rpc_client
parent0cc138993573a8337c335563ba3c5936d260f298 (diff)
downloadsamba-5a5540f87a89224397d791f4fe8093be214e1f15.tar.gz
samba-5a5540f87a89224397d791f4fe8093be214e1f15.tar.bz2
samba-5a5540f87a89224397d791f4fe8093be214e1f15.zip
rpc_client/cli_lsarpc.c: Removed unused variable.
rpc_server/srv_spoolss_nt.c: Fixed more memory leaks. smbd/nttrans.c: Fixed shadow variable problem. Jeremy. (This used to be commit f0a7540831181d3a47e7f8ce8be55a36a2f2aba1)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index 8362c1d172..239d38c358 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -386,7 +386,7 @@ obtain a server's SAM SID and save it in the secrets database
BOOL cli_lsa_get_domain_sid(struct cli_state *cli, char *server)
{
- fstring domain, key;
+ fstring domain;
POLICY_HND pol;
DOM_SID sid;
BOOL res, res2, res3;