]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
the "done" variable reintroduced in the previous revision
authorAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 23:55:19 +0000 (23:55 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 23:55:19 +0000 (23:55 +0000)
was not initialized

lib/dns/resolver.c

index edff8c49b10a09f242be092f9b0cff5ad337c388..a1bff420a79840b2032cb18a164b7713dd950bc4 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.151 2000/07/24 20:10:26 gson Exp $ */
+/* $Id: resolver.c,v 1.152 2000/07/24 23:55:19 gson Exp $ */
 
 #include <config.h>
 
@@ -3276,6 +3276,7 @@ answer_response(fetchctx_t *fctx) {
         * part of the answer and should be cached.
         */
 
+       done = ISC_FALSE;
        chaining = ISC_FALSE;
        have_answer = ISC_FALSE;
        want_chaining = ISC_FALSE;