mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-02 19:49:08 +01:00
Fix silly bug in 'show dynamic <zone>'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a0ea84a8c6
commit
b4d4cedef9
@ -705,7 +705,7 @@ show_command() {
|
||||
if [ $1 = dynamic -a $# -gt 1 ]; then
|
||||
shift
|
||||
[ $# -eq 1 ] || usage 1
|
||||
list_zone $2
|
||||
list_zone $1
|
||||
return;
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user