mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02: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) );
|
qq( fi) );
|
||||||
} else {
|
} else {
|
||||||
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
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( \$IPSET -N $set iphash") ,
|
||||||
qq( fi) );
|
qq( fi) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user