summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-12-11 02:22:42 +0000
committerTim Potter <tpot@samba.org>2001-12-11 02:22:42 +0000
commit1dc0e9096db11bf9c8fa7ba0424ab1e96bb177dc (patch)
tree0bccb84981b4caead2da3fd21e542a24e448840f
parent59b2e3f408a5ff22f2d81a927d010a7df5f19f7f (diff)
downloadsamba-1dc0e9096db11bf9c8fa7ba0424ab1e96bb177dc.tar.gz
samba-1dc0e9096db11bf9c8fa7ba0424ab1e96bb177dc.tar.xz
samba-1dc0e9096db11bf9c8fa7ba0424ab1e96bb177dc.zip
Removed unused variable.
-rw-r--r--source/rpcclient/cmd_samr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/rpcclient/cmd_samr.c b/source/rpcclient/cmd_samr.c
index dccd756add7..4a748fab8de 100644
--- a/source/rpcclient/cmd_samr.c
+++ b/source/rpcclient/cmd_samr.c
@@ -422,9 +422,7 @@ static NTSTATUS cmd_samr_query_useraliases(struct cli_state *cli,
TALLOC_CTX *mem_ctx,
int argc, char **argv)
{
- POLICY_HND connect_pol,
- domain_pol,
- user_pol;
+ POLICY_HND connect_pol, domain_pol;
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
uint32 user_rid, num_aliases, *alias_rids;
int i;