mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
335. [bug] named would occasionally attempt recursion when
it was disallowed or undesired.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
335. [bug] named would occasionally attempt recursion when
|
||||||
|
it was disallowed or undesired.
|
||||||
|
|
||||||
334. [func] Added hmac-md5 to libisc.
|
334. [func] Added hmac-md5 to libisc.
|
||||||
|
|
||||||
333. [bug] The resolver incorrectly accepted referrals to
|
333. [bug] The resolver incorrectly accepted referrals to
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: client.c,v 1.100 2000/07/14 02:26:22 marka Exp $ */
|
/* $Id: client.c,v 1.101 2000/07/17 18:43:30 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1053,6 +1053,8 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||||||
|
|
||||||
if (ra == ISC_TRUE)
|
if (ra == ISC_TRUE)
|
||||||
client->attributes |= NS_CLIENTATTR_RA;
|
client->attributes |= NS_CLIENTATTR_RA;
|
||||||
|
else
|
||||||
|
client->attributes &= ~NS_CLIENTATTR_RA;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dispatch the request.
|
* Dispatch the request.
|
||||||
|
Reference in New Issue
Block a user