mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
|
||||||
|
|
||||||
2412. [bug] win32: address a resourse leak. [RT #18374]
|
2412. [bug] win32: address a resourse leak. [RT #18374]
|
||||||
|
|
||||||
2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
|
2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: socket.c,v 1.297 2008/08/07 23:47:34 tbox Exp $ */
|
/* $Id: socket.c,v 1.298 2008/08/09 19:02:10 jinmei Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -3138,7 +3138,7 @@ process_ctlfd(isc_socketmgr_t *manager) {
|
|||||||
* Nothing to read?
|
* Nothing to read?
|
||||||
*/
|
*/
|
||||||
if (msg == SELECT_POKE_NOTHING)
|
if (msg == SELECT_POKE_NOTHING)
|
||||||
return (ISC_FALSE);
|
break;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle shutdown message. We really should
|
* Handle shutdown message. We really should
|
||||||
|
Reference in New Issue
Block a user