mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:00:00 -04:00
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:
commit
13151c3515
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue