335. [bug] named would occasionally attempt recursion when
it was disallowed or undesired.
+ 335. [bug] named would occasionally attempt recursion when
+ it was disallowed or undesired.
+
333. [bug] The resolver incorrectly accepted referrals to
domains that were not parents of the query name,
causing assertion failures.
* SOFTWARE.
*/
-/* $Id: client.c,v 1.98.2.1 2000/07/17 17:30:11 gson Exp $ */
+/* $Id: client.c,v 1.98.2.2 2000/07/17 18:56:03 gson Exp $ */
#include <config.h>
if (ra == ISC_TRUE)
client->attributes |= NS_CLIENTATTR_RA;
+ else
+ client->attributes &= ~NS_CLIENTATTR_RA;
/*
* Dispatch the request.