forked from extern/shorewall_code
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%:*}
|
||||
hosts=${h#*:}
|
||||
|
||||
base=`chain_base $face`
|
||||
base=`chain_base $iface`
|
||||
|
||||
eval rulenum=\$${base}_rulenum
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user