diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/qmf/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qmf/console.py b/python/qmf/console.py index 58cc46ae6f..9f5f621ba0 100644 --- a/python/qmf/console.py +++ b/python/qmf/console.py @@ -558,7 +558,7 @@ class Session: self.cv.release() object = Object(self, broker, schema, codec, prop, stat) - if pname == "org.apache.qpid.broker" and classKey.getClassName() == "agent": + if pname == "org.apache.qpid.broker" and classKey.getClassName() == "agent" and prop: broker._updateAgent(object) try: |
