1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Removed unused variable.

(This used to be commit 1dc0e9096d)
This commit is contained in:
Tim Potter 2001-12-11 02:22:42 +00:00
parent b872787f01
commit 31611dd2f4

View File

@ -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;