bind 8.2.2-P3 and zone transfer error.

Takahiro Kambe taca at sky.yamashina.kyoto.jp
Tue Nov 9 10:09:03 UTC 1999


In message <199911090957.KAA17894 at sargas.ciril.fr>
	on Tue, 09 Nov 1999 10:57:52 +0100,
	Guy FELTIN <Guy.Feltin at ciril.fr> wrote:
> I have the same problem on HPUX-10.20 but it works fine in bind 8.2.2
Yes, something wrong with 8.2.2-P3.  The attached patch fix the problem
for me, but it may break incremental zone transfer.  (Don't trust this
patch, use it with your own risk.)

P.S.
I reported this problem to bind-bugs.

--- src/bin/named-xfer/named-xfer.c.orig	Tue Nov  9 08:01:39 1999
+++ src/bin/named-xfer/named-xfer.c	Tue Nov  9 19:00:19 1999
@@ -2195,9 +2195,7 @@
 					zp->z_origin, zp_finish.z_serial);
 			}
 			soa_cnt++;
-			if ((methode == ISIXFR) || (soa_cnt > 2)) {
-				return (result);
-			}
+			return (result);
 		} else {
 			badsoa_msg = soa_zinfo(&zp_finish, rr_type_ptr, eom);
 			if (badsoa_msg) {

--
Takahiro Kambe <taca at sky.yamashina.kyoto.jp>


More information about the bind-users mailing list