Fix perl warning

This commit is contained in:
Jamie Cameron
2016-08-24 20:30:39 -07:00
parent 000405b749
commit 700afdb0cc

View File

@@ -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',