mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:29:59 -04:00
[v9_10] fix merge glitch
This commit is contained in:
parent
65d341e68b
commit
9593f245a8
1 changed files with 0 additions and 1 deletions
|
|
@ -7866,7 +7866,6 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||
*/
|
||||
result = answer_response(fctx);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
FCTXTRACE("answer_response (!NS)");
|
||||
FCTXTRACE3("answer_response (!NS)", result);
|
||||
} else {
|
||||
if (fctx->type == dns_rdatatype_ns) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue