2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 16:45:24 +00:00

Out of date comment.

This commit is contained in:
Mark Andrews
2001-12-19 05:51:34 +00:00
parent 82107a8889
commit df1415d1e8

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: socket.c,v 1.218 2001/12/19 05:44:54 marka Exp $ */ /* $Id: socket.c,v 1.219 2001/12/19 05:51:34 marka Exp $ */
#include <config.h> #include <config.h>
@@ -353,9 +353,7 @@ wakeup_socket(isc_socketmgr_t *manager, int fd, int msg) {
sock = manager->fds[fd]; sock = manager->fds[fd];
/* /*
* If there are no events, or there is an event but we * Set requested bit.
* have already queued up the internal event on a task's
* queue, clear the bit. Otherwise, set it.
*/ */
if (msg == SELECT_POKE_READ) if (msg == SELECT_POKE_READ)
FD_SET(sock->fd, &manager->read_fds); FD_SET(sock->fd, &manager->read_fds);