- I2NP: Ignore unused 7 bits of the Database Lookup Message,

so we can use them later
This commit is contained in:
zzz
2013-04-10 17:06:32 +00:00
parent 1222776da3
commit 5962577b53

View File

@@ -78,6 +78,7 @@ public class HandleDatabaseLookupMessageJob extends JobImpl {
return;
}
// TODO only look up once, then check type
LeaseSet ls = getContext().netDb().lookupLeaseSetLocally(_message.getSearchKey());
if (ls != null) {
// We have to be very careful here to decide whether or not to send out the leaseSet,