projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e9b0d
)
add a missing up-call in introducer.startService()
author
robk-org
<robk-org@allmydata.com>
Tue, 5 Jun 2007 01:45:40 +0000
(18:45 -0700)
committer
robk-org
<robk-org@allmydata.com>
Tue, 5 Jun 2007 01:45:40 +0000
(18:45 -0700)
src/allmydata/introducer.py
patch
|
blob
|
history
diff --git
a/src/allmydata/introducer.py
b/src/allmydata/introducer.py
index fba2b204eb753782e1e890749633168905b99f9d..675bd94df16bf093306d01795dd9c7382c7a271f 100644
(file)
--- a/
src/allmydata/introducer.py
+++ b/
src/allmydata/introducer.py
@@
-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)