From 1fef37a8a18947456437656087b2dbd2a2db1a0d Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 20 Jun 2016 19:16:32 -0700 Subject: [PATCH] Add missed variable --- bind8/save_forwarding.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/save_forwarding.cgi b/bind8/save_forwarding.cgi index 8da02ff9b..03794b2b6 100755 --- a/bind8/save_forwarding.cgi +++ b/bind8/save_forwarding.cgi @@ -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'});