current search entry (if any). [RT #3374]
+1352. [bug] dig, host, nslookup when failing back to TCP use the
+ current search entry (if any). [RT #3374]
+
1351. [bug] lwres_getipnodebyname() returned the wrong name
when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
was set.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.246 2002/07/25 05:46:07 marka Exp $ */
+/* $Id: dighost.c,v 1.247 2002/08/02 12:49:46 marka Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
printf(";; Truncated, retrying in TCP mode.\n");
n = requeue_lookup(l, ISC_TRUE);
n->tcp_mode = ISC_TRUE;
+ n->origin = query->lookup->origin;
dns_message_destroy(&msg);
isc_event_free(&event);
clear_query(query);