mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
fix mojave random.snode lookup issue #324
This commit is contained in:
parent
f1ff247240
commit
58b54b96f9
@ -199,7 +199,7 @@ namespace llarp
|
|||||||
{
|
{
|
||||||
if(questions.size())
|
if(questions.size())
|
||||||
{
|
{
|
||||||
hdr_fields |= flags_QR | flags_AA;
|
hdr_fields |= flags_QR | flags_AA | flags_RA;
|
||||||
const auto& question = questions[0];
|
const auto& question = questions[0];
|
||||||
answers.emplace_back();
|
answers.emplace_back();
|
||||||
auto& rec = answers.back();
|
auto& rec = answers.back();
|
||||||
|
Loading…
Reference in New Issue
Block a user