From 120b3892c1802e32dd5571f147cf24c212db3d7a Mon Sep 17 00:00:00 2001 From: Vincent Magnin Date: Tue, 17 Nov 2020 10:36:24 +0100 Subject: [PATCH] fix exporter.pl This is needed since https://github.com/cvicente/Netdot/pull/142 --- bin/exporter.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/exporter.pl b/bin/exporter.pl index da617e1a8..31fa32e14 100755 --- a/bin/exporter.pl +++ b/bin/exporter.pl @@ -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};