fixed flag bug

This commit is contained in:
Darren Ranalli 2006-05-05 23:43:36 +00:00
parent 69efb59125
commit 8610954eaa
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class DoInterestManager(DirectObject.DirectObject):
DirectObject.DirectObject.__init__(self)
self._addInterestEvent = uniqueName('DoInterestManager-Add')
self._removeInterestEvent = uniqueName('DoInterestManager-Remove')
self._noNewInterests = True
self._noNewInterests = False
def _getAnonymousEvent(self, desc):
return 'anonymous-%s-%s' % (desc, DoInterestManager._Serial.next())