]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
bad declaration.
authorMark Andrews <marka@isc.org>
Tue, 17 Oct 2000 02:11:28 +0000 (02:11 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 Oct 2000 02:11:28 +0000 (02:11 +0000)
bin/dig/dighost.c

index ea09a91c6dff75d2dae14dc43d74c1c5e1ad45bf..44ad6cccd956d8d3eb7d3e9117d8daff129a8f92 100644 (file)
@@ -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;