have a TTL of zero as required by RFC2672.
[RT #2129]
+1123. [bug] dig +[no]fail did not match description. [RT #2052]
+
+
--- 9.2.0 released ---
1134. [bug] Multithreaded servers could deadlock in ferror()
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.221.2.7 2001/11/15 01:24:12 marka Exp $ */
+/* $Id: dighost.c,v 1.221.2.8 2001/11/28 23:29:13 gson Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
looknew->identify = ISC_FALSE;
looknew->identify_previous_line = ISC_FALSE;
looknew->ignore = ISC_FALSE;
- looknew->servfail_stops = ISC_FALSE;
+ looknew->servfail_stops = ISC_TRUE;
looknew->besteffort = ISC_TRUE;
looknew->dnssec = ISC_FALSE;
looknew->udpsize = 0;
UNLOCK_LOOKUP;
return;
}
- if (msg->rcode == dns_rcode_servfail && l->servfail_stops) {
+ if (msg->rcode == dns_rcode_servfail && !l->servfail_stops) {
dig_query_t *next = ISC_LIST_NEXT(query, link);
if (l->current_query == query)
l->current_query = NULL;