[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [arm/master] fix: Paused accounting info not visible
commit b03b2c90f44fd2b332cba3dd9a7296916d9d5f62
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Fri May 20 09:28:17 2011 -0700
fix: Paused accounting info not visible
When the interface was paused the pause buffer instance of graph stats lacked
accounting information, causing it to be displayed as "Unknown".
---
src/cli/graphing/bandwidthStats.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/cli/graphing/bandwidthStats.py b/src/cli/graphing/bandwidthStats.py
index 9be52e8..d378c45 100644
--- a/src/cli/graphing/bandwidthStats.py
+++ b/src/cli/graphing/bandwidthStats.py
@@ -76,6 +76,8 @@ class BandwidthStats(graphPanel.GraphStats):
def clone(self, newCopy=None):
if not newCopy: newCopy = BandwidthStats(self.inputConfig)
+ newCopy.accountingLastUpdated = self.accountingLastUpdated
+ newCopy.accountingInfo = self.accountingInfo
return graphPanel.GraphStats.clone(self, newCopy)
def resetListener(self, conn, eventType):
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits