]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
stats_gatherer: fix typo in helper stats gathering.
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 11 Apr 2008 00:41:42 +0000 (17:41 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 11 Apr 2008 00:41:42 +0000 (17:41 -0700)
src/allmydata/offloaded.py

index 543fa0a3c073e127791388d278d182a0202bda59..b6f2041e7622d7f841e19f891957e73bd1fb1b85 100644 (file)
@@ -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)