From: Mark Andrews Date: Tue, 23 May 2006 04:38:28 +0000 (+0000) Subject: missing type X-Git-Tag: v9.4.0b1~36^2~53 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8d18fc189ff99f37544b1a0763e8931a7305a7f8;p=thirdparty%2Fbind9.git missing type --- diff --git a/bin/dig/host.c b/bin/dig/host.c index 821bd877168..ce92eb5ca21 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -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",