mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
Merge pull request #343 from majestrate/fix-convotag-issue
unconditional reply in dht
This commit is contained in:
commit
61fc62a4cd
@ -55,12 +55,10 @@ namespace llarp
|
|||||||
{
|
{
|
||||||
resultHandler(valuesFound);
|
resultHandler(valuesFound);
|
||||||
}
|
}
|
||||||
else
|
if(whoasked.node != parent->OurKey())
|
||||||
{
|
|
||||||
parent->DHTSendTo(
|
parent->DHTSendTo(
|
||||||
whoasked.node.as_array(),
|
whoasked.node.as_array(),
|
||||||
new GotRouterMessage({}, whoasked.txid, valuesFound, false));
|
new GotRouterMessage({}, whoasked.txid, valuesFound, false), false);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} // namespace dht
|
} // namespace dht
|
||||||
} // namespace llarp
|
} // namespace llarp
|
||||||
|
Loading…
Reference in New Issue
Block a user