with if enabled. [RT #40652]
+4211. [bug] Ensure that lwresd gets at least one task to work
+ with if enabled. [RT #40652]
+
4210. [cleanup] Silence use after free false positive. [RT #40743]
4209. [bug] Address resource leaks in dlz modules. [RT #40654]
else
lwresd->ntasks = ns_g_cpus;
+ if (lwresd->ntasks == 0)
+ lwresd->ntasks = 1;
+
obj = NULL;
(void)cfg_map_get(lwres, "lwres-clients", &obj);
if (obj != NULL) {
}
/*
- * Ensure that we have created at least one.
+ * If the list is empty return now with the previous
+ * ns_lwdclientmgr_create() result.
*/
if (ISC_LIST_EMPTY(listener->cmgrs))
return (result);