From: Mark Andrews Date: Tue, 17 Oct 2000 02:11:28 +0000 (+0000) Subject: bad declaration. X-Git-Tag: v9.0.1^4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0491a315688c96f2939e4e5b76194d2a45fff35b;p=thirdparty%2Fbind9.git bad declaration. --- diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index ea09a91c6df..44ad6cccd95 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.149 2000/10/17 00:36:09 mws Exp $ */ +/* $Id: dighost.c,v 1.150 2000/10/17 02:11:28 marka Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -78,7 +78,7 @@ isc_boolean_t qr = ISC_FALSE, is_dst_up = ISC_FALSE, have_domain = ISC_FALSE, - is_blocking = ISC_FALSE, + is_blocking = ISC_FALSE; in_port_t port = 53; unsigned int timeout = 0;