mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
fix, take II
This commit is contained in:
parent
11efdeb076
commit
fbcf7bc351
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue