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

index f2d7f0c11dfa10f5025f16f9d4d080a3a9a51655..fb48f599ccf238cfc26aecee9b59414a4ee871ee 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.311 2008/10/02 20:35:39 marka Exp $ */
+/* $Id: query.c,v 1.312 2008/10/15 02:37:11 marka Exp $ */
 
 /*! \file */
 
@@ -3693,6 +3693,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) {
                /*
@@ -3702,7 +3703,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)