344. [bug] When shutting down, lwresd sometimes tried
to shut down its client tasks twice,
triggering an assertion.
+
+ 344. [bug] When shutting down, lwresd sometimes tried
+ to shut down its client tasks twice,
+ triggering an assertion.
+
343. [bug] Although zone maintenance SOA queries and
notify requests were signed with TSIG keys
when configured for the server in case,
* SOFTWARE.
*/
-/* $Id: lwresd.c,v 1.8.2.2 2000/06/28 00:19:05 gson Exp $ */
+/* $Id: lwresd.c,v 1.8.2.3 2000/07/21 22:46:47 gson Exp $ */
/*
* Main program for the Lightweight Resolver Daemon.
static void
shutdown_lwresd(isc_task_t *task, isc_event_t *event) {
ns_lwresd_t *lwresd = event->ev_arg;
- unsigned int i;
UNUSED(task);
dns_dispatchmgr_destroy(&lwresd->dispmgr);
- for (i = 0; i < lwresd->ntasks; i++)
- isc_task_shutdown(lwresd->cmgr[i].task);
-
/*
* Wait for everything to die off by waiting for the sockets
* to be detached.