Merge pull request #24005 from msteed/issue-23776

issue #23776
This commit is contained in:
Justin Findlay 2015-05-20 19:55:34 -06:00
commit 701c51ba7a

View File

@ -272,7 +272,8 @@ class Maintenance(multiprocessing.Process):
self.event.fire_event(data, tagify('change', 'presence'))
data = {'present': list(present)}
self.event.fire_event(data, tagify('present', 'presence'))
old_present = present
old_present.clear()
old_present.update(present)
class Master(SMaster):