Add missed variable

This commit is contained in:
Jamie Cameron
2016-06-20 19:16:32 -07:00
parent 71949364be
commit 1fef37a8a1

View File

@@ -3,7 +3,7 @@
# Save global forwarding options
use strict;
use warnings;
our (%access, %text, %config);
our (%access, %text, %config, %in);
require './bind8-lib.pl';
$access{'defaults'} || &error($text{'forwarding_ecannot'});