Properly define return value for DNS key records list

This commit is contained in:
Jamie Cameron
2014-04-26 10:44:25 -07:00
parent 2c6cd72383
commit 2bbb13cc3f

View File

@@ -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);