1005. [bug] Don't copy nonzero RCODEs from request to response.
[RT #1765]
+1005. [bug] Don't copy nonzero RCODEs from request to response.
+ [RT #1765]
+
1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
987. [bug] "dig -help" didn't show "+[no]stats".
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: client.c,v 1.136.2.6 2001/05/15 05:15:20 bwelling Exp $ */
+/* $Id: client.c,v 1.136.2.7 2001/09/19 02:46:55 marka Exp $ */
#include <config.h>
goto cleanup_serverlock;
}
+ client->message->rcode = dns_rcode_noerror;
+
ns_client_log(client, NS_LOGCATEGORY_CLIENT,
NS_LOGMODULE_CLIENT, ISC_LOG_DEBUG(5),
"using view '%s'", view->name);