Fail fast if there's no zone file

This commit is contained in:
Jamie Cameron
2022-02-20 19:58:38 -08:00
parent 7c36902b12
commit fe9573eaa2

View File

@@ -1001,6 +1001,7 @@ if ($z->{'members'}) {
else {
$fn = $z->{'file'};
}
return undef if (!$fn);
if ($abs) {
$fn = &absolute_path($fn);
}