mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-17 19:18:32 +01:00
Correct a typo.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6ed207aba0
commit
6b698759ca
@ -6453,7 +6453,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