From 9e09e61a1a1759a13c3a628d8024883bcff51258 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 1 Sep 2009 11:18:14 -0700 Subject: [PATCH] Delete blank line --- Shorewall/Perl/Shorewall/Zones.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Zones.pm b/Shorewall/Perl/Shorewall/Zones.pm index 4c768144e..5c1095109 100644 --- a/Shorewall/Perl/Shorewall/Zones.pm +++ b/Shorewall/Perl/Shorewall/Zones.pm @@ -894,7 +894,6 @@ sub process_interface( $ ) { zone => '' }; - if ( $zone ) { $nets ||= [ allip ]; add_group_to_zone( $zone, $zoneref->{type}, $interface, $nets, $hostoptionsref );