From d85b0609ec886d408b6581663a9b3ac0596ba254 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Wed, 2 Nov 2011 20:46:10 +0000 Subject: QPID-3578: qpid-queue-stats doesn't support multiple filters -- patch from Andy Goldstein git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196793 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/tools/src/py/qpid-queue-stats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid/tools/src/py/qpid-queue-stats b/qpid/tools/src/py/qpid-queue-stats index 54f22dfc42..562ccce32d 100755 --- a/qpid/tools/src/py/qpid-queue-stats +++ b/qpid/tools/src/py/qpid-queue-stats @@ -84,8 +84,8 @@ class BrokerManager(Console): if x.match(name): match = True break - if match == False: - return + if match == False: + return if last == None: lastSample = first -- cgit v1.2.1