[Spambayes-checkins] SF.net SVN: spambayes:[3270] trunk/spambayes/scripts/sb_server.py

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Feb 5 17:22:39 CET 2011


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.


More information about the Spambayes-checkins mailing list