403. [bug] host did not use the search list.
even when debugging was turned off, causing a
significant decrease in query performance.
+ 403. [bug] "host" did not use the search list.
+
402. [bug] Treat undefined acls as errors, rather than
warning and then later throwing an assertion.
[RT #252]
* SOFTWARE.
*/
-/* $Id: host.c,v 1.29.2.4 2000/07/17 19:40:53 gson Exp $ */
+/* $Id: host.c,v 1.29.2.5 2000/08/22 17:42:45 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
extern int sendcount;
extern int ndots;
extern int tries;
+extern isc_boolean_t usesearch;
extern int lookup_counter;
extern int exitcode;
extern isc_taskmgr_t *taskmgr;
ISC_LIST_APPEND(lookup_list, lookup, link);
lookup->origin = NULL;
ISC_LIST_INIT(lookup->my_server_list);
+
+ usesearch = ISC_TRUE;
}
int