403.   [bug]           host did not use the search list.
This commit is contained in:
Brian Wellington
2000-08-22 17:42:45 +00:00
parent fd997952eb
commit c7df862028
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
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]

View File

@@ -15,7 +15,7 @@
* 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>
@@ -51,6 +51,7 @@ extern isc_buffer_t rootbuf;
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;
@@ -690,6 +691,8 @@ parse_args(isc_boolean_t is_batchfile, int argc, char **argv) {
ISC_LIST_APPEND(lookup_list, lookup, link);
lookup->origin = NULL;
ISC_LIST_INIT(lookup->my_server_list);
usesearch = ISC_TRUE;
}
int