mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 05:28:59 +01:00
Correct handling of reset
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
426636458c
commit
03d99de8d5
@ -267,7 +267,7 @@ case "$COMMAND" in
|
||||
status=0
|
||||
for chain in $@; do
|
||||
if chain_exists $chain; then
|
||||
if qt $g_tool-Z $chain; then
|
||||
if qt $g_tool -Z $chain; then
|
||||
progress_message3 "Filter $chain Counters Reset"
|
||||
else
|
||||
error_message "ERROR: Reset of chain $chain failed"
|
||||
|
Loading…
Reference in New Issue
Block a user