mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
xfrin_test now takes a view, not a dbtable
This commit is contained in:
@@ -463,7 +463,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
||||
break;
|
||||
case dns_opcode_notify:
|
||||
CTRACE("notify");
|
||||
xfrin_test(client->view->dbtable); /* XXX for testing only */
|
||||
xfrin_test(client->view); /* XXX for testing only */
|
||||
ns_client_next(client, DNS_R_SUCCESS);
|
||||
break;
|
||||
case dns_opcode_iquery:
|
||||
|
@@ -34,6 +34,6 @@
|
||||
|
||||
/* XXX for testing only */
|
||||
|
||||
void xfrin_test(dns_dbtable_t *dbtable);
|
||||
void xfrin_test(dns_view_t *view);
|
||||
|
||||
#endif /* NS_XFRIN_H */
|
||||
|
@@ -34,6 +34,6 @@
|
||||
|
||||
/* XXX for testing only */
|
||||
|
||||
void xfrin_test(dns_dbtable_t *dbtable);
|
||||
void xfrin_test(dns_view_t *view);
|
||||
|
||||
#endif /* NS_XFRIN_H */
|
||||
|
Reference in New Issue
Block a user