af8dcfc
commit 62a762e77f2f5e5298ececda6fb4638b8488da4a
af8dcfc
Author: Cole Robinson <crobinso@redhat.com>
af8dcfc
Date:   Wed Jul 27 12:02:29 2011 -0400
af8dcfc
af8dcfc
    domain: Fix typo that broke net stats gathering
af8dcfc
af8dcfc
diff --git a/src/virtManager/domain.py b/src/virtManager/domain.py
af8dcfc
index d0683db..f9a39b5 100644
af8dcfc
--- a/src/virtManager/domain.py
af8dcfc
+++ b/src/virtManager/domain.py
af8dcfc
@@ -1448,7 +1448,7 @@ class vmmDomain(vmmLibvirtObject):
af8dcfc
     def _sample_network_traffic(self):
af8dcfc
         rx = 0
af8dcfc
         tx = 0
af8dcfc
-        if (not self._stats_net_supported or not
af8dcfc
+        if (not self._stats_net_supported or
af8dcfc
             not self._enable_net_poll or
af8dcfc
             not self.is_active()):
af8dcfc
             return rx, tx