mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
s/dev/sdev/
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.86 2010/12/03 22:05:19 each Exp $ */
|
||||
/* $Id: socket.c,v 1.87 2010/12/09 06:08:05 marka Exp $ */
|
||||
|
||||
/* This code uses functions which are only available on Server 2003 and
|
||||
* higher, and Windows XP and higher.
|
||||
@@ -3315,7 +3315,7 @@ isc__socket_accept(isc_socket_t *sock,
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user