1 Star 0 Fork 48

袁鑫/bind

forked from src-openEuler/bind 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
do-not-treat-a-referral-with-a-non-empty-ANSWER-sect.patch 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
eaglegai 提交于 2020-07-27 17:33 . update bind to 9.11.21
--- a/lib/dns/resolver.c 2019-04-17 06:06:06.700000000 -0400
+++ b/lib/dns/resolver_1.c 2019-04-17 06:08:47.697000000 -0400
@@ -8419,7 +8419,9 @@ resquery_response(isc_task_t *task, isc_
if (result != ISC_R_SUCCESS)
FCTXTRACE3("noanswer_response", result);
}
- if (result != DNS_R_DELEGATION) {
+ if (result == DNS_R_DELEGATION) {
+ result = ISC_R_SUCCESS;
+ } else {
/*
* At this point, AA is not set, the response
* is not a referral, and the server is not a
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuan_xin16/bind.git
git@gitee.com:yuan_xin16/bind.git
yuan_xin16
bind
bind
master

搜索帮助