]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Aug 2008 19:02:10 +0000 (19:02 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Aug 2008 19:02:10 +0000 (19:02 +0000)
CHANGES
lib/isc/unix/socket.c

diff --git a/CHANGES b/CHANGES
index 9b908ff6527efa7a5e3750072be036359b41870d..e3728c884d5eeed056e24578b7c1fe50cb30a467 100644 (file)
--- a/CHANGES
+++ b/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]
 
 2411.  [bug]           Allow using a larger number of sockets than FD_SETSIZE
index 975c707b0315bd7c1facc8a5e844ca7d0fb89b59..c5913f4263190c6e5714fcb9f8d7edbbfd0952a3 100644 (file)
@@ -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