rename opeer -> oseed

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4462 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 17 years ago
parent 77ba446332
commit 22485dcca8

@ -97,12 +97,12 @@ public final class search {
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

Loading…
Cancel
Save