summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
Diffstat (limited to 'qpid')
-rw-r--r--qpid/extras/qmf/src/py/qmf/console.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/qmf/src/py/qmf/console.py b/qpid/extras/qmf/src/py/qmf/console.py
index 6cfcdc9e31..02c5ff1c6a 100644
--- a/qpid/extras/qmf/src/py/qmf/console.py
+++ b/qpid/extras/qmf/src/py/qmf/console.py
@@ -279,6 +279,8 @@ class Object(object):
self._properties = newer.getProperties()
if len(newer.getStatistics()) > 0:
self._statistics = newer.getStatistics()
+ self._currentTime = newer._currentTime
+ self._deleteTime = newer._deleteTime
def update(self):
""" Contact the agent and retrieve the lastest property and statistic values for this object. """