projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98aa95
)
firewall: rules.pl: Remove unused variable $time_constraints.
author
Michael Tremer
<michael.tremer@ipfire.org>
Sun, 2 Mar 2014 21:46:17 +0000
(22:46 +0100)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Sun, 2 Mar 2014 21:46:17 +0000
(22:46 +0100)
config/firewall/rules.pl
patch
|
blob
|
blame
|
history
diff --git
a/config/firewall/rules.pl
b/config/firewall/rules.pl
index
2c692cc
..
9b05e6a
100755
(executable)
--- a/
config/firewall/rules.pl
+++ b/
config/firewall/rules.pl
@@
-172,8
+172,6
@@
sub buildrules {
# Collect all destinations.
my @destinations = &get_addresses($hash, $key, "tgt");
- my $time_constraints = "";
-
# Check if logging should be enabled.
my $LOG = ($$hash{$key}[17] eq 'ON');