Revision: 3270
          http://spambayes.svn.sourceforge.net/spambayes/?rev=3270&view=rev
Author:   montanaro
Date:     2011-02-05 16:22:38 +0000 (Sat, 05 Feb 2011)

Log Message:
-----------
Seems like an obvious bug.

Modified Paths:
--------------
    trunk/spambayes/scripts/sb_server.py

Modified: trunk/spambayes/scripts/sb_server.py
===================================================================
--- trunk/spambayes/scripts/sb_server.py        2010-12-02 15:23:44 UTC (rev 
3269)
+++ trunk/spambayes/scripts/sb_server.py        2011-02-05 16:22:38 UTC (rev 
3270)
@@ -974,6 +974,7 @@
     # affect any running proxies - once a listener has created a proxy,
     # that proxy is then independent of it.
     # (but won't closing the database screw them?)
+    global state
     for proxy in proxyListeners:
         proxy.close()
     del proxyListeners[:]


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to