add a missing up-call in introducer.startService()

This commit is contained in:
robk-org 2007-06-04 18:45:40 -07:00
parent 03e9b0d4d7
commit 92395125fa

View 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)