mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
Removed C++ "//" comment lines
This commit is contained in:
parent
d7979cbb6c
commit
efd263562b
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.14 2002/01/24 23:19:35 mayer Exp $ */
|
||||
/* $Id: socket.c,v 1.15 2002/01/24 23:43:28 mayer Exp $ */
|
||||
|
||||
|
||||
#define MAKE_EXTERNAL 1
|
||||
@ -2177,9 +2177,6 @@ process_fds(isc_socketmgr_t *manager, int maxfd, int minfd,
|
||||
FD_CLR(i, &manager->except_fds);
|
||||
}
|
||||
|
||||
// if(sock != NULL && sock->connecting && conn_check == FALSE)
|
||||
// dispatch_connect(sock);
|
||||
|
||||
if (unlock_sock)
|
||||
UNLOCK(&sock->lock);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user