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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user