mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Removed unused variable.
This commit is contained in:
parent
59b2e3f408
commit
1dc0e9096d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user