mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
xfrin_test() is going away
This commit is contained in:
@@ -566,8 +566,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
||||
break;
|
||||
case dns_opcode_notify:
|
||||
CTRACE("notify");
|
||||
xfrin_test(); /* XXX for testing only */
|
||||
ns_client_next(client, DNS_R_SUCCESS);
|
||||
ns_client_error(client, DNS_R_NOTIMP);
|
||||
break;
|
||||
case dns_opcode_iquery:
|
||||
CTRACE("iquery");
|
||||
|
@@ -283,7 +283,6 @@ load_configuration(void) {
|
||||
}
|
||||
|
||||
ns_interfacemgr_scan(ns_g_interfacemgr);
|
||||
xfrin_test();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user