Author: batosai
Date: 2008-11-10 15:25:14 +0000 (Mon, 10 Nov 2008)
New Revision: 23471
Modified:
trunk/plugins/WoT/IdentityParser.java
Log:
Same reason as before, we commit if the trust tree is fully updated, or not at
all.
Modified: trunk/plugins/WoT/IdentityParser.java
===================================================================
--- trunk/plugins/WoT/IdentityParser.java 2008-11-10 15:22:24 UTC (rev
23470)
+++ trunk/plugins/WoT/IdentityParser.java 2008-11-10 15:25:14 UTC (rev
23471)
@@ -136,7 +136,7 @@
if(identity.getBestScore(db) >
0) {
trustee = new
Identity(new FreenetURI(attrs.getValue("uri")), null, false);
db.store(trustee);
- db.commit(); /* TODO:
this commit() was not here until I added it, is there a reason for that? */
+ db.commit();
identity.setTrust(db,
trustee, value, comment);
fetcher.fetch(trustee);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs