mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove XXXMPA
This commit is contained in:
parent
d8fc8514b1
commit
3d4e5a200f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.310 2008/12/03 02:03:47 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.311 2008/12/03 02:11:32 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -3051,7 +3051,7 @@ process_fd(isc_socketmgr_t *manager, int fd, isc_boolean_t readable,
|
|||
goto check_write;
|
||||
}
|
||||
unlock_sock = ISC_TRUE;
|
||||
LOCK(&sock->lock); /* XXXMPA */
|
||||
LOCK(&sock->lock);
|
||||
if (!SOCK_DEAD(sock)) {
|
||||
if (sock->listener)
|
||||
dispatch_accept(sock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue