mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
Correct typo in Chains.pm
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
25e7555e80
commit
ee15baf98c
@ -6434,7 +6434,7 @@ sub ensure_ipset( $ ) {
|
||||
qq( fi) );
|
||||
} else {
|
||||
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
||||
qq( error_message "WARNING: ipset $1 does not exist; creating it as an iphash set") ,
|
||||
qq( error_message "WARNING: ipset $set does not exist; creating it as an iphash set") ,
|
||||
qq( \$IPSET -N $set iphash") ,
|
||||
qq( fi) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user