I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9fe78025 authored by eyedeekay's avatar eyedeekay
Browse files

Router: Restore removed line from SURFJ

parent ae1c9394
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ class SearchUpdateReplyFoundJob extends JobImpl implements ReplyJob {
long timeToReply = _state.dataFound(_peer);
DatabaseStoreMessage msg = (DatabaseStoreMessage)message;
DatabaseEntry entry = msg.getEntry();
getContext().profileManager().dbLookupSuccessful(_peer, timeToReply);
try {
if (entry.isLeaseSet()) {
LeaseSet ls = (LeaseSet) entry;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment