mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 03:31:24 +02:00
Correct silly bug in last change
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e6b0666ac9
commit
820c769499
@ -2608,7 +2608,7 @@ EOF
|
|||||||
|
|
||||||
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
||||||
emit( '',
|
emit( '',
|
||||||
' save_ipsets' );
|
' save_ipsets ${VARDIR}/ipsets.save' );
|
||||||
}
|
}
|
||||||
|
|
||||||
emit '
|
emit '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user