]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add a missing up-call in introducer.startService()
authorrobk-org <robk-org@allmydata.com>
Tue, 5 Jun 2007 01:45:40 +0000 (18:45 -0700)
committerrobk-org <robk-org@allmydata.com>
Tue, 5 Jun 2007 01:45:40 +0000 (18:45 -0700)
src/allmydata/introducer.py

index fba2b204eb753782e1e890749633168905b99f9d..675bd94df16bf093306d01795dd9c7382c7a271f 100644 (file)
@@ -43,6 +43,7 @@ class IntroducerClient(service.Service, Referenceable):
         self.connection_observers = observer.ObserverList()
 
     def startService(self):
+        service.Service.startService(self)
         self.introducer_reconnector = self.tub.connectTo(self.introducer_furl,
                                                          self._got_introducer)