Bind 9.6.1: skipping zone transfer, but why ?

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Mon Jul 20 19:53:45 UTC 2009


At Mon, 20 Jul 2009 12:41:24 -0700,
JINMEI Tatuya <jinmei at isc.org> wrote:

> We've found a bug that can cause this problem.  We're working on a
> complete fix to the problem, but a workaround patch copied below may
> work for you in the mean time.

Sorry that patch was incorrect.  Copying the correct one.

---
JINMEI, Tatuya

Index: zone.c
===================================================================
RCS file: /proj/cvs/prod/bind9/lib/dns/zone.c,v
retrieving revision 1.483.36.7
diff -u -r1.483.36.7 zone.c
--- zone.c	17 Jun 2009 04:53:57 -0000	1.483.36.7
+++ zone.c	20 Jul 2009 19:42:09 -0000
@@ -11032,6 +11032,8 @@
 	isc_uint32_t last = seconds;
 	unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0;
 
+	return;
+
 	REQUIRE(DNS_ZONEMGR_VALID(zmgr));
 
 	RWLOCK(&zmgr->rwlock, isc_rwlocktype_write);



More information about the bind-users mailing list