missed a spot
This commit is contained in:
parent
5f03451383
commit
4d767d2515
|
|
@ -407,9 +407,6 @@ class OTPClientRepository(ClientRepositoryBase):
|
||||||
self.uberZoneInterest = None
|
self.uberZoneInterest = None
|
||||||
self.wantSwitchboard = ConfigVariableBool('want-switchboard', 0).value
|
self.wantSwitchboard = ConfigVariableBool('want-switchboard', 0).value
|
||||||
self.wantSwitchboardHacks = ConfigVariableBool('want-switchboard-hacks', 0).value
|
self.wantSwitchboardHacks = ConfigVariableBool('want-switchboard-hacks', 0).value
|
||||||
self.__pendingGenerates = {}
|
|
||||||
self.__pendingMessages = {}
|
|
||||||
self.__doId2pendingInterest = {}
|
|
||||||
self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger')
|
self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger')
|
||||||
|
|
||||||
def startLeakDetector(self):
|
def startLeakDetector(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue