[Zope-Checkins] SVN: Zope/trunk/src/Products/MailHost/MailHost.py Merged c113414 from 2.12 branch

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 13 11:49:03 EDT 2010


Log message for revision 113415:
  Merged c113414 from 2.12 branch
  

Changed:
  U   Zope/trunk/src/Products/MailHost/MailHost.py

-=-
Modified: Zope/trunk/src/Products/MailHost/MailHost.py
===================================================================
--- Zope/trunk/src/Products/MailHost/MailHost.py	2010-06-13 15:47:09 UTC (rev 113414)
+++ Zope/trunk/src/Products/MailHost/MailHost.py	2010-06-13 15:49:02 UTC (rev 113415)
@@ -284,7 +284,7 @@
             while thread.isAlive():
                 # wait until thread is really dead
                 time.sleep(0.3)
-            del queue_threads[path]
+            del queue_threads[key]
             LOG.info('Thread for %s stopped' % key)
 
     @synchronized(lock)



More information about the Zope-Checkins mailing list