Merge branch 'aram/tests-statschannel-fetch.pl-typo-9.18' into 'bind-9.18'

[9.18] Fix a bug in an utility script for the statschannel system test

See merge request isc-projects/bind9!8120
This commit is contained in:
Arаm Sаrgsyаn
2023-07-19 15:47:24 +00:00

View File

@@ -28,7 +28,7 @@ my %options={};
getopts("s:p:", \%options);
my $addr = "10.53.0.2";
$addr = $options{a} if defined $options{a};
$addr = $options{s} if defined $options{s};
my $path = 'xml/v3';
if (@ARGV >= 1) {