mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* 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 */
|
||||
|
||||
@@ -3138,7 +3138,7 @@ process_ctlfd(isc_socketmgr_t *manager) {
|
||||
* Nothing to read?
|
||||
*/
|
||||
if (msg == SELECT_POKE_NOTHING)
|
||||
return (ISC_FALSE);
|
||||
break;
|
||||
|
||||
/*
|
||||
* Handle shutdown message. We really should
|
||||
|
Reference in New Issue
Block a user