+ --- 9.6.3b1 released ---
+
2982. [bug] Reference count dst keys. dst_key_attach() can be used
increment the reference count.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.c,v 1.70.54.8 2010/12/03 22:03:41 each Exp $ */
+/* $Id: socket.c,v 1.70.54.9 2010/12/09 07:28:01 marka Exp $ */
/* This code uses functions which are only available on Server 2003 and
* higher, and Windows XP and higher.
isc_task_attach(task, &ntask);
if (isc_task_exiting(ntask)) {
isc_task_detach(&ntask);
- isc_event_free(ISC_EVENT_PTR(&dev));
+ isc_event_free(ISC_EVENT_PTR(&adev));
UNLOCK(&sock->lock);
return (ISC_R_SHUTTINGDOWN);
}