[Spambayes-checkins] spambayes/scripts sb_server.py,1.15,1.16

Tony Meyer anadelonbrin at users.sourceforge.net
Tue Dec 30 22:32:40 EST 2003


Update of /cvsroot/spambayes/spambayes/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv30093/scripts

Modified Files:
	sb_server.py 
Log Message:
When we stopped sb_server and then restarted, we didn't init the state, so it
wouldn't work.  Fix that.

Index: sb_server.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_server.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** sb_server.py	30 Dec 2003 22:57:23 -0000	1.15
--- sb_server.py	31 Dec 2003 03:32:37 -0000	1.16
***************
*** 851,854 ****
--- 851,855 ----
  
  def prepare():
+     state.init()
      state.prepare()
      # Launch any SMTP proxies.  Note that if the user hasn't specified any





More information about the Spambayes-checkins mailing list