From 2bbb13cc3fc12505ebbbdc206984ee2c1e2f0377 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 26 Apr 2014 10:44:25 -0700 Subject: [PATCH] Properly define return value for DNS key records list --- bind8/records-lib.pl | 1 + 1 file changed, 1 insertion(+) 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);