]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Tue, 22 Aug 2000 17:42:45 +0000 (17:42 +0000)
committerBrian Wellington <source@isc.org>
Tue, 22 Aug 2000 17:42:45 +0000 (17:42 +0000)
 403.   [bug]           host did not use the search list.

CHANGES
bin/dig/host.c

diff --git a/CHANGES b/CHANGES
index 06658522ed8455b3b84d7dfac21568620c822778..1a2b7885bf1df2864039103ecd3e66322601061e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]
index 8c2df26aae754b1ab3b870a2cf08cbeca30844d3..0dfe7f36540c54d896953a0be0210a70e9037ec9 100644 (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