mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
selftest: rename a variable in setup_fl2008r2dc()
Prepares for adding another variable with a similar name. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15533 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
5420af6942
commit
9725aa932e
@ -2571,7 +2571,7 @@ sub setup_fl2003dc
|
||||
|
||||
sub setup_fl2008r2dc
|
||||
{
|
||||
my ($self, $path, $dc_vars) = @_;
|
||||
my ($self, $path, $ad_dc_vars) = @_;
|
||||
|
||||
my $env = $self->provision_fl2008r2dc($path);
|
||||
|
||||
@ -2590,7 +2590,7 @@ sub setup_fl2008r2dc
|
||||
return undef;
|
||||
}
|
||||
|
||||
return $self->setup_trust($env, $dc_vars, "forest", "");
|
||||
return $self->setup_trust($env, $ad_dc_vars, "forest", "");
|
||||
}
|
||||
|
||||
sub setup_vampire_dc
|
||||
|
Loading…
x
Reference in New Issue
Block a user