2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

xfrin_test() is going away

This commit is contained in:
Andreas Gustafsson
1999-09-23 06:47:28 +00:00
parent 89e7b5009b
commit 22a33c32fc
2 changed files with 1 additions and 3 deletions

View File

@@ -566,8 +566,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
break; break;
case dns_opcode_notify: case dns_opcode_notify:
CTRACE("notify"); CTRACE("notify");
xfrin_test(); /* XXX for testing only */ ns_client_error(client, DNS_R_NOTIMP);
ns_client_next(client, DNS_R_SUCCESS);
break; break;
case dns_opcode_iquery: case dns_opcode_iquery:
CTRACE("iquery"); CTRACE("iquery");

View File

@@ -283,7 +283,6 @@ load_configuration(void) {
} }
ns_interfacemgr_scan(ns_g_interfacemgr); ns_interfacemgr_scan(ns_g_interfacemgr);
xfrin_test();
} }
static void static void