]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prevent assertion failure
authorMark Andrews <marka@isc.org>
Wed, 7 Aug 2002 02:03:49 +0000 (02:03 +0000)
committerMark Andrews <marka@isc.org>
Wed, 7 Aug 2002 02:03:49 +0000 (02:03 +0000)
bin/named/query.c

index ba6b6daf8e4b5612bb7388052c3c7c7586d4d890..894f49e1cfd37ad286f01379f3e7f62b2398204b 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.231 2002/08/06 01:50:26 marka Exp $ */
+/* $Id: query.c,v 1.232 2002/08/07 02:03:49 marka Exp $ */
 
 #include <config.h>
 
@@ -2543,6 +2543,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
        zdb = NULL;
        version = NULL;
        zone = NULL;
+       need_wildcardproof = ISC_FALSE;
 
        if (event != NULL) {
                /*