mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
fix, take II
This commit is contained in:
parent
11efdeb076
commit
fbcf7bc351
@ -1004,7 +1004,7 @@ destroy(dns_adb_t *adb)
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *taskmgr,
|
||||
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *timermgr,
|
||||
isc_taskmgr_t *taskmgr, dns_adb_t **newadb)
|
||||
{
|
||||
dns_adb_t *adb;
|
||||
|
@ -186,7 +186,7 @@ struct dns_adbaddrinfo {
|
||||
|
||||
isc_result_t
|
||||
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *tmgr,
|
||||
dns_adb_t **newadb);
|
||||
isc_taskmgr_t *taskmgr, dns_adb_t **newadb);
|
||||
/*
|
||||
* Create a new ADB.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user