Author: borg-0300
Date: 2008-02-08 15:15:31 +0100 (Fri, 08 Feb 2008)
New Revision: 4462
Modified:
trunk/htroot/yacy/search.java
Log:
rename opeer -> oseed
Modified: trunk/htroot/yacy/search.java
===================================================================
--- trunk/htroot/yacy/search.java 2008-02-08 14:06:34 UTC (rev 4461)
+++ trunk/htroot/yacy/search.java 2008-02-08 14:15:31 UTC (rev 4462)
@@ -97,12 +97,12 @@
sb.remoteSearchLastAccess = System.currentTimeMillis();
// myseed = complete seed of the requesting peer, key = transmission
key for response
- final yacySeed opeer = yacySeed.genRemoteSeed(post.get("myseed", ""),
post.get("key", ""), true);
+ final yacySeed oseed = yacySeed.genRemoteSeed(post.get("myseed", ""),
post.get("key", ""), true);
// store accessing peer
if (yacyCore.seedDB == null) {
yacyCore.log.logSevere("yacy.search: seed cache not initialized");
} else {
- yacyCore.peerActions.peerArrival(opeer, true);
+ yacyCore.peerActions.peerArrival(oseed, true);
}
// final String youare = post.get("youare", ""); // seed hash of the
target peer, used for testing network stability
_______________________________________________
YaCy-svn mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yacy-svn