mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
selftest: fix default option name
metze
This commit is contained in:
parent
27e4032287
commit
fd82f593d7
@ -752,7 +752,8 @@ sub setup_env($)
|
|||||||
my $option = $name;
|
my $option = $name;
|
||||||
|
|
||||||
$envname =~ s/:.*//;
|
$envname =~ s/:.*//;
|
||||||
$option =~ s/^[^:]*://;
|
$option =~ s/^[^:]*//;
|
||||||
|
$option =~ s/^://;
|
||||||
|
|
||||||
$option = "client" if $option eq "";
|
$option = "client" if $option eq "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user