odd behavior in bind-8.2.2_P3 (fwd) - "illegitimate COM server" - more

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Thu Sep 7 12:07:35 UTC 2000


	I'm tempted to make the lame checks further up just reject
	these answers.

	The patch below should force everything through the cache.

	Mark

Index: src/bin/named/ns_resp.c
===================================================================
RCS file: /proj/cvs/isc/bind/src/bin/named/ns_resp.c,v
retrieving revision 8.146
diff -u -r8.146 ns_resp.c
--- ns_resp.c	2000/08/21 06:45:17	8.146
+++ ns_resp.c	2000/09/07 11:59:12
@@ -1145,7 +1255,7 @@
 		return;
 	}
 
-	if (ancount && count && !validanswer) {
+	if (count) {
 		/*
 		 * Everything passed validation but we didn't get the
 		 * final answer.  The response must have contained
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-workers mailing list