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

requirement update

This commit is contained in:
Bob Halley
1999-03-07 19:21:49 +00:00
parent b929562c6c
commit a823c4f11a

View File

@@ -722,6 +722,7 @@ isc_taskmgr_create(isc_mem_t *mctx, unsigned int workers,
isc_thread_t *threads;
REQUIRE(workers > 0);
REQUIRE(managerp != NULL && *managerp == NULL);
manager = isc_mem_get(mctx, sizeof *manager);
if (manager == NULL)