+
+1041. [bug] Dig/host/nslookup could catch an assertion failure
+ on SIGINT due to an uninitialized variable. [RT #1867]
+
1040. [bug] Multiple listen-on-v6 options with different ports
were not accepted. [RT #1875]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.174.2.11 2001/06/15 01:37:30 bwelling Exp $ */
+/* $Id: dighost.c,v 1.174.2.12 2001/10/11 01:38:49 marka Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
looknew->cdflag = ISC_FALSE;
looknew->ns_search_only = ISC_FALSE;
looknew->origin = NULL;
+ looknew->tsigctx = NULL;
looknew->querysig = NULL;
looknew->retries = tries;
looknew->nsfound = 0;
looknew->section_additional = lookold->section_additional;
looknew->retries = lookold->retries;
looknew->origin = lookold->origin;
+ looknew->tsigctx = NULL;
#ifdef DNS_OPT_NEWCODES_LIVE
strncpy(looknew->viewname, lookold-> viewname, MXNAME);
strncpy(looknew->zonename, lookold-> zonename, MXNAME);