2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

conforming changes for task API simplification

This commit is contained in:
Bob Halley
1999-09-23 21:31:03 +00:00
parent 3bff571ab2
commit 271d5bfc5c
8 changed files with 59 additions and 1500 deletions

View File

@@ -120,13 +120,6 @@ ns_interface_create(ns_interfacemgr_t *mgr, isc_sockaddr_t *addr,
isc_result_totext(result));
goto task_create_failure;
}
result = isc_task_allowdone(ifp->task, ISC_FALSE);
if (result != ISC_R_SUCCESS) {
UNEXPECTED_ERROR(__FILE__, __LINE__,
"isc_task_allowdone() failed: %s",
isc_result_totext(result));
goto task_create_failure;
}
/*
* Open a UDP socket.