don't create a new missing-timer task if there is already one there
commit4af9f5c4b90d5671d797f059e928f118233ed2b7
authorzooko <zooko@zooko.com>
Wed, 16 Apr 2008 00:20:22 +0000 (16 01:20 +0100)
committerDustin J. Mitchell <dustin@zmanda.com>
Sat, 6 Dec 2008 23:17:36 +0000 (6 18:17 -0500)
tree7da148ae2cc50e6a15d5df3d5dd1e944bc766536
parent29fd1007bb421907d7251b19c2acad8f9c7b2c43
don't create a new missing-timer task if there is already one there

Doing that would mean that the one that is already there will not be cleaned up if the buildslave reattaches before the timer goes off, so this patch probably fixed #211.
buildbot/buildslave.py