mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-14 18:24:37 +02:00
Remove Kate workarounds from firewall script; cosmetic/typo fixes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4196 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -1451,7 +1451,7 @@ log_rule_limit() # $1 = log level, $2 = chain, $3 = display Chain $4 = dispositi
|
||||
local prefix
|
||||
local base=$(chain_base $displayChain)
|
||||
|
||||
limit="${5:-$LOGLIMIT}"
|
||||
limit="${5:-$LOGLIMIT}" # Do this here rather than in the declaration above to appease /bin/ash.
|
||||
|
||||
shift 7
|
||||
|
||||
|
Reference in New Issue
Block a user