Skip to content

Commit

Permalink
fix exporter.pl
Browse files Browse the repository at this point in the history
This is needed since cvicente#142
  • Loading branch information
vink78 committed Nov 17, 2020
1 parent 5551831 commit 120b389
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/exporter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
$type =~ s/\s+//g;
my %args;
if ( $type eq 'BIND' ){
%args = (nopriv => $self{nopriv},
force => $self{force},
%args = (nopriv_txt => $self{nopriv},
nopriv_hinfo => $self{nopriv},
force => $self{force},
);
if ( $self{zones} ){
my @zones = split ',', $self{zones};
Expand Down

0 comments on commit 120b389

Please sign in to comment.