From 700afdb0cc44359085c8bf818de67ffbfa9c7421 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 24 Aug 2016 20:30:39 -0700 Subject: [PATCH] Fix perl warning --- bind8/bind8-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/bind8-lib.pl b/bind8/bind8-lib.pl index 745ce8caf..22e0ea565 100755 --- a/bind8/bind8-lib.pl +++ b/bind8/bind8-lib.pl @@ -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',