From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Fri, 11 Apr 2008 00:41:42 +0000 (-0700)
Subject: stats_gatherer: fix typo in helper stats gathering.
X-Git-Url: https://git.rkrishnan.org/components/listings/status?a=commitdiff_plain;h=a32275771afbd44407bfc2864b5b387e48043cf7;p=tahoe-lafs%2Ftahoe-lafs.git

stats_gatherer: fix typo in helper stats gathering.
---

diff --git a/src/allmydata/offloaded.py b/src/allmydata/offloaded.py
index 543fa0a3..b6f2041e 100644
--- a/src/allmydata/offloaded.py
+++ b/src/allmydata/offloaded.py
@@ -476,6 +476,7 @@ class Helper(Referenceable, service.MultiService):
         fileutil.make_dirs(self._chk_incoming)
         fileutil.make_dirs(self._chk_encoding)
         self._active_uploads = {}
+        self.stats_provider = stats_provider
         if stats_provider:
             stats_provider.register_producer(self)
         service.MultiService.__init__(self)