+4204. [bug] 'dig +trace' failed to lookup the correct type if
+ the initial root ns query was retried. [RT #40296]
+
4203. [test] The rrchecker system test now tests conversion
to and from unkonwn-type format. [RT #40584]
l->edns = newedns;
n = requeue_lookup(l, ISC_TRUE);
n->origin = query->lookup->origin;
+ if (l->trace && l->trace_root)
+ n->rdtype = l->qrdtype;
dns_message_destroy(&msg);
isc_event_free(&event);
clear_query(query);
n = requeue_lookup(l, ISC_TRUE);
n->tcp_mode = ISC_TRUE;
n->origin = query->lookup->origin;
+ if (l->trace && l->trace_root)
+ n->rdtype = l->qrdtype;
dns_message_destroy(&msg);
isc_event_free(&event);
clear_query(query);
n->tcp_mode = ISC_TRUE;
n->seenbadcookie = ISC_TRUE;
n->origin = query->lookup->origin;
+ if (l->trace && l->trace_root)
+ n->rdtype = l->qrdtype;
dns_message_destroy(&msg);
isc_event_free(&event);
clear_query(query);