2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

335. [bug] named would occasionally attempt recursion when

it was disallowed or undesired.
This commit is contained in:
Brian Wellington
2000-07-17 18:43:32 +00:00
parent d987e0d8e8
commit 178f73169a
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
* 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>
@@ -1053,6 +1053,8 @@ client_request(isc_task_t *task, isc_event_t *event) {
if (ra == ISC_TRUE)
client->attributes |= NS_CLIENTATTR_RA;
else
client->attributes &= ~NS_CLIENTATTR_RA;
/*
* Dispatch the request.