diff options
| author | Nuno Santos <nsantos@apache.org> | 2011-11-02 20:46:10 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2011-11-02 20:46:10 +0000 |
| commit | 83c98d5f1ea00f9458baf195ce4c1685378ba113 (patch) | |
| tree | 1da314da6680363d764f67e0db67853686fe876d | |
| parent | d597439d4ca6a7684c46027f83504bd405c4883b (diff) | |
| download | qpid-python-83c98d5f1ea00f9458baf195ce4c1685378ba113.tar.gz | |
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/qpid@1196793 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | tools/src/py/qpid-queue-stats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/py/qpid-queue-stats b/tools/src/py/qpid-queue-stats index 54f22dfc42..562ccce32d 100755 --- a/tools/src/py/qpid-queue-stats +++ b/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 |
