Fix silly bug in 'show dynamic <zone>'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-03-04 19:05:47 -08:00
parent a0ea84a8c6
commit b4d4cedef9

View File

@ -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