]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
s/dev/adev/
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 11:41:11 +0000 (11:41 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 11:41:11 +0000 (11:41 +0000)
lib/isc/win32/socket.c

index 54b4ab9d2356e0e70b9bfa0e22a90d3330e4d49b..63daf2a4e43090132bd8619fbccb450bf578687d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.81.22.4 2010/12/03 22:04:49 each Exp $ */
+/* $Id: socket.c,v 1.81.22.5 2010/12/09 11:41:11 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);
        }