fixed flag bug
This commit is contained in:
parent
69efb59125
commit
8610954eaa
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue