2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

1005. [bug] Don't copy nonzero RCODEs from request to response.

[RT #1765]
This commit is contained in:
Andreas Gustafsson 2001-09-19 00:02:26 +00:00
parent 1de63e34f1
commit 28cf7340b9
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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.
*/