mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
isc_task_create() API change
This commit is contained in:
@@ -2282,7 +2282,7 @@ dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *timermgr,
|
||||
/*
|
||||
* Allocate a timer and a task for our periodic cleanup.
|
||||
*/
|
||||
result = isc_task_create(adb->taskmgr, adb->mctx, 0, &adb->task);
|
||||
result = isc_task_create(adb->taskmgr, 0, &adb->task);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto fail3;
|
||||
isc_task_setname(adb->task, "ADB", adb);
|
||||
|
Reference in New Issue
Block a user