]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 05:00:30 +0000 (05:00 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 05:00:30 +0000 (05:00 +0000)
Out of date comment.

lib/isc/unix/socket.c

index e4d282d258a1f28e797f38eacee9c80eeead72a6..1885c132b880af418d1d99a4e1212ba0af5f9a82 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.4 2001/11/10 03:03:44 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.5 2002/01/22 05:00:30 marka Exp $ */
 
 #include <config.h>
 
@@ -353,9 +353,7 @@ wakeup_socket(isc_socketmgr_t *manager, int fd, int msg) {
        sock = manager->fds[fd];
 
        /*
-        * If there are no events, or there is an event but we
-        * have already queued up the internal event on a task's
-        * queue, clear the bit.  Otherwise, set it.
+        * Set requested bit.
         */
        if (msg == SELECT_POKE_READ)
                FD_SET(sock->fd, &manager->read_fds);