[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Another DBM bug to squish
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv28865/lib/mixminion/server
Modified Files:
HashLog.py
Log Message:
Another DBM bug to squish
Index: HashLog.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/HashLog.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- HashLog.py 17 Aug 2003 21:09:56 -0000 1.24
+++ HashLog.py 19 Sep 2003 04:32:46 -0000 1.25
@@ -97,7 +97,7 @@
raise MixFatalError("Log KEYID does not match current KEYID")
except KeyError:
self.log["KEYID"] = keyid
- self.log.sync()
+ self._syncLog()
def seenHash(self, hash):
return self.has_key(hash)