mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-19 08:48:17 +01:00
Fix typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@280 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
09285f8c06
commit
e55951ba31
@ -3589,7 +3589,7 @@ add_to_zone() # $1 = <interface>[:<hosts>] $2 = zone
|
|||||||
iface=${h%:*}
|
iface=${h%:*}
|
||||||
hosts=${h#*:}
|
hosts=${h#*:}
|
||||||
|
|
||||||
base=`chain_base $face`
|
base=`chain_base $iface`
|
||||||
|
|
||||||
eval rulenum=\$${base}_rulenum
|
eval rulenum=\$${base}_rulenum
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user