class must be 1

pull/115/head
Jeff 6 years ago
parent 88c3dd7c7a
commit 31d86ae273

@ -200,7 +200,7 @@ namespace llarp
auto& rec = answers.back();
rec.rr_name = question.qname;
rec.rr_type = question.qtype;
rec.rr_class = 15;
rec.rr_class = 1;
rec.ttl = 1;
byte_t tmp[512] = {0};
auto buf = llarp::StackBuffer< decltype(tmp) >(tmp);

Loading…
Cancel
Save