Remove "wants_reads" field from struct io_fd.
[srvx.git] / src / mod-sockcheck.c
index 8091c8a10222be03514a97df8f58f53107f3e302..a21aad9122e102276164f120f62723f7bb7ba3d0 100644 (file)
@@ -644,7 +644,6 @@ sockcheck_connected(struct io_fd *fd, int rc)
         return;
     case 0: break;
     }
-    fd->wants_reads = 1;
     if (SOCKCHECK_DEBUG) {
         log_module(PC_LOG, LOG_INFO, "Connected: to %s port %d.", client->addr->hostname, client->state->port);
     }