commit - b4393277ea1cc67bc8433fcbeded3fc2186f5c54
commit + a2e26aad1e106aac256991a3d0c43c6c3fda7d4b
blob - eeedb4411b7c9abfb60c7a48ce29afdc646c72a1
blob + 087f5fc86de5f12c7c80395062e92c8fd675bb9a
--- src/ngircd/conn.c
+++ src/ngircd/conn.c
/* Look for non-empty read buffers ... */
for (i = 0; i < Pool_Size; i++) {
if ((My_Connections[i].sock > NONE)
- && (array_bytes(&My_Connections[i].rbuf) > 0)
- && (My_Connections[i].delaytime <= t)) {
+ && (array_bytes(&My_Connections[i].rbuf) > 0)) {
/* ... and try to handle the received data */
bytes_processed = Handle_Buffer(i);
/* if we processed data, and there might be