mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fail fast if there's no zone file
This commit is contained in:
@@ -1001,6 +1001,7 @@ if ($z->{'members'}) {
|
||||
else {
|
||||
$fn = $z->{'file'};
|
||||
}
|
||||
return undef if (!$fn);
|
||||
if ($abs) {
|
||||
$fn = &absolute_path($fn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user