[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Fix bug on mismatched versions



Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv3863/lib/mixminion/server

Modified Files:
	ServerKeys.py 
Log Message:
Fix bug on mismatched versions

Index: ServerKeys.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerKeys.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ServerKeys.py	6 Jun 2003 06:08:40 -0000	1.41
+++ ServerKeys.py	6 Jun 2003 07:54:46 -0000	1.42
@@ -752,10 +752,6 @@
         warn("(Future keys will be generated with the correct lifetime")
         warn.errors -= 2 # We can't do anything about this!
 
-    if info_s['Software'] != 'Mixminion %s'%mixminion.__version__:
-        warn("Mismatched software versions: running %s; %s published."
-             'Mixminion %s'%mixminion.__version__, info_s['Software'])
-
     info_im = info['Incoming/MMTP']
     config_im = config['Incoming/MMTP']
     if info_im['Port'] != config_im['Port']: