mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix perl warning
This commit is contained in:
@@ -1434,7 +1434,7 @@ if ($config{'file_perms'}) {
|
||||
}
|
||||
|
||||
my @cat_list;
|
||||
if ($bind_version >= 9) {
|
||||
if ($bind_version && $bind_version >= 9) {
|
||||
@cat_list = ( 'default', 'general', 'database', 'security', 'config',
|
||||
'resolver', 'xfer-in', 'xfer-out', 'notify', 'client',
|
||||
'unmatched', 'network', 'update', 'queries', 'dispatch',
|
||||
|
||||
Reference in New Issue
Block a user