mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02: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…
x
Reference in New Issue
Block a user