From 4d3a365d2c7fc3326536818e3d33c4dd7df247df Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 15 Dec 2008 18:09:59 +0000 Subject: Suppress spurious object updates when "rcvObjects" is false. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726750 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qmf/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python') diff --git a/qpid/python/qmf/console.py b/qpid/python/qmf/console.py index 739ccb6b6b..bba0386d6a 100644 --- a/qpid/python/qmf/console.py +++ b/qpid/python/qmf/console.py @@ -577,7 +577,7 @@ class Session: finally: self.cv.release() - if self.console != None: + if self.console and self.rcvObjects: if prop: self.console.objectProps(broker, object) if stat: -- cgit v1.2.1