Fix missing var

This commit is contained in:
Jamie Cameron
2015-06-19 17:09:06 -07:00
parent fa3a61c5a7
commit 3d5802bcaf

View File

@@ -4,7 +4,7 @@
use strict;
use warnings;
require './firewalld-lib.pl';
our (%text);
our (%text, %in);
&error_setup($text{'restart_err'});
my $err = &apply_firewalld();
&error($err) if ($err);