- Fixed a few memory related issues, mostly to do with conf handling.
[ircu2.10.12-pk.git] / ircd / engine_poll.c
index a166d4f2482d248730f3d38aaad79ce252114a78..01bd0a3bb6fd34292984b4fcdff2806c838ed09e 100644 (file)
@@ -303,7 +303,7 @@ engine_loop(struct Generators* gen)
        }
       }
 
-      assert(!(pollfdList[i].revents & POLLERR));
+      /* assert(!(pollfdList[i].revents & POLLERR)); */
 
 #ifdef POLLHUP
       if (pollfdList[i].revents & POLLHUP) { /* hang-up on socket */