- print all received udp packets. log hex will print on multiple
lines if needed.
- fixed error in parser with backwards rrsig references.
+ - mark cycle targets for iterator did not have CD flag so failed
+ its task.
13 August 2007: Wouter
- fixup makefile, if lexer is missing give nice error and do not
qinf.qname_len = namelen;
qinf.qtype = t;
qinf.qclass = c;
- return (*qstate->env->detect_cycle)(qstate, &qinf, BIT_RD,
+ return (*qstate->env->detect_cycle)(qstate, &qinf, BIT_RD|BIT_CD,
qstate->is_priming);
}