mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
1005. [bug] Don't copy nonzero RCODEs from request to response.
[RT #1765]
This commit is contained in:
parent
1de63e34f1
commit
28cf7340b9
3
CHANGES
3
CHANGES
@ -1,4 +1,7 @@
|
||||
|
||||
1005. [bug] Don't copy nonzero RCODEs from request to response.
|
||||
[RT #1765]
|
||||
|
||||
1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
|
||||
|
||||
1003. [func] Add the +retry option to dig.
|
||||
|
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: client.c,v 1.176 2001/08/08 22:54:18 gson Exp $ */
|
||||
/* $Id: client.c,v 1.177 2001/09/19 00:02:26 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -1370,6 +1370,8 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
client->message->rcode = dns_rcode_noerror;
|
||||
|
||||
/*
|
||||
* Deal with EDNS.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user