Author: xor
Date: 2008-11-11 20:59:02 +0000 (Tue, 11 Nov 2008)
New Revision: 23492
Modified:
trunk/plugins/WoT/WoT.java
Log:
Nickname should be null if not found yet.
Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java 2008-11-11 20:49:33 UTC (rev 23491)
+++ trunk/plugins/WoT/WoT.java 2008-11-11 20:59:02 UTC (rev 23492)
@@ -332,7 +332,7 @@
throw new InvalidParameterException("We already have
this identity");
}
catch (UnknownIdentityException e) {
- identity = new Identity(new FreenetURI(requestURI),
"Not found yet...", false);
+ identity = new Identity(new FreenetURI(requestURI),
null, false);
db.store(identity);
db.commit();
Logger.debug(this, "Trying to fetch manually added
identity (" + identity.getRequestURI() + ")");
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs