diff --git a/bind8/records-lib.pl b/bind8/records-lib.pl index 80142f391..34f1f7741 100755 --- a/bind8/records-lib.pl +++ b/bind8/records-lib.pl @@ -852,6 +852,7 @@ return $fn; sub get_dnskey_record { local ($z, $recs) = @_; +local @rv; if (!$recs) { # Need to get zone file and thus records local $fn = &get_zone_file($z);