From 92395125fa61e09732e31a4c77d3fc8371d8f98d Mon Sep 17 00:00:00 2001
From: robk-org <robk-org@allmydata.com>
Date: Mon, 4 Jun 2007 18:45:40 -0700
Subject: [PATCH] add a missing up-call in introducer.startService()

---
 src/allmydata/introducer.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/introducer.py b/src/allmydata/introducer.py
index fba2b204..675bd94d 100644
--- 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)
 
-- 
2.45.2