On Tue, 29 Mar 2005, Thien Vu wrote:
I've removed that portion. I've also fixed a problem with NXDOMAINs being processed incorrectly (ie, forever after the search path has been exhausted).
One related bug
+ debug(78, 3) ("idnsGrokReply: searchpath used for %s\n", q->name);
+ } else if (q->domain == npc) {
+ q->attempt++;
+ }
should be an unconditional else as npc may shrink during reconfigure.
Regards Henrik
