Add missing _registeredChannels attribute to AIR.

This commit is contained in:
Sam Edwards 2013-10-09 01:47:08 -06:00
parent c245e6fea7
commit f9c47b0fb5
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class AstronInternalRepository(ConnectionRepository):
maxChannels = self.config.GetInt('air-channel-allocation', 1000000)
self.channelAllocator = UniqueIdAllocator(baseChannel, baseChannel+maxChannels-1)
self._registeredChannels = set()
self.ourChannel = self.allocateChannel()