]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 22:33:01 +0000 (22:33 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 22:33:01 +0000 (22:33 +0000)
bin/named/query.c

index cbb5be81e533cbf2f83d3fd1225db2cdb746596c..5cafbc9e45a8f8688936056c8c3df9c795621f9a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.257.18.45 2008/04/29 00:56:22 marka Exp $ */
+/* $Id: query.c,v 1.257.18.46 2008/10/15 22:33:01 marka Exp $ */
 
 /*! \file */
 
@@ -3370,6 +3370,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
        empty_wild = ISC_FALSE;
        options = 0;
        resuming = ISC_FALSE;
+       is_zone = ISC_FALSE;
 
        if (event != NULL) {
                /*
@@ -3379,7 +3380,6 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
 
                want_restart = ISC_FALSE;
                authoritative = ISC_FALSE;
-               is_zone = ISC_FALSE;
 
                qtype = event->qtype;
                if (qtype == dns_rdatatype_rrsig || qtype == dns_rdatatype_sig)