Commit a61b86e2 authored by Hanno Schlichting's avatar Hanno Schlichting

Merged c113414 from 2.12 branch

parent 6eeca8d1
...@@ -284,7 +284,7 @@ class MailBase(Implicit, Item, RoleManager): ...@@ -284,7 +284,7 @@ class MailBase(Implicit, Item, RoleManager):
while thread.isAlive(): while thread.isAlive():
# wait until thread is really dead # wait until thread is really dead
time.sleep(0.3) time.sleep(0.3)
del queue_threads[path] del queue_threads[key]
LOG.info('Thread for %s stopped' % key) LOG.info('Thread for %s stopped' % key)
@synchronized(lock) @synchronized(lock)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment