mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 19:30:30 +01:00
Properly define return value for DNS key records list
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user