From 8aceb0e89074eeadfb8ffecb24cf2cc968458b13 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 31 Mar 2007 23:58:13 +0000 Subject: [PATCH] Fix INCLUDE git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5779 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/Shorewall/Config.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/New/Shorewall/Config.pm b/New/Shorewall/Config.pm index be27e10f7..76a61b5a2 100644 --- a/New/Shorewall/Config.pm +++ b/New/Shorewall/Config.pm @@ -428,6 +428,8 @@ sub read_a_line { $currentfile = undef; do_open_file $filename; } + + $line = ''; } else { return 1; }