]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing type
authorMark Andrews <marka@isc.org>
Tue, 23 May 2006 04:38:28 +0000 (04:38 +0000)
committerMark Andrews <marka@isc.org>
Tue, 23 May 2006 04:38:28 +0000 (04:38 +0000)
bin/dig/host.c

index 821bd8771684673fc598846746c14212e056cdb5..ce92eb5ca217affb3a5549aacff5a1bf3703ff90 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: host.c,v 1.109 2006/05/23 04:37:28 marka Exp $ */
+/* $Id: host.c,v 1.110 2006/05/23 04:38:28 marka Exp $ */
 
 /*! \file */
 
@@ -48,7 +48,7 @@ static isc_boolean_t default_lookups = ISC_TRUE;
 static int seen_error = -1;
 static isc_boolean_t list_addresses = ISC_TRUE;
 static dns_rdatatype_t list_type = dns_rdatatype_a;
-static printed_server = ISC_FALSE;
+static isc_boolean_t printed_server = ISC_FALSE;
 
 static const char *opcodetext[] = {
        "QUERY",