Router: Restore removed line from SURFJ

This commit is contained in:
eyedeekay
2023-12-17 20:55:41 -05:00
parent ae1c939403
commit 9fe78025cd

View File

@@ -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;