From d92a3f20837c965e8cf37aee7ab0e7912918200a Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 16 Apr 2005 15:20:08 +0000 Subject: [PATCH] Fix errant paste git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2056 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/shorewall | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall2/shorewall b/Shorewall2/shorewall index 19880cf6d..5c19408da 100755 --- a/Shorewall2/shorewall +++ b/Shorewall2/shorewall @@ -546,7 +546,6 @@ logwatch() # $1 = timeout -- if negative, prompt each time that oldrejects=$($IPTABLES -L -v -n | grep 'LOG') if [ $1 -lt 0 ]; then - timeout=$((- $1)) pause="Yes" else