]> jfr.im git - solanum.git/blobdiff - src/listener.c
capability: store capability bit entries with actual bit numbers, instead of as an...
[solanum.git] / src / listener.c
index 1e1ca28946a5171ec922169b719e3b249204b3b6..7b528724a91245a386bb37a790055cf2455c1723 100644 (file)
@@ -503,7 +503,6 @@ accept_precallback(rb_fde_t *F, struct sockaddr *addr, rb_socklen_t addrlen, voi
                        
                rb_write(F, "ERROR :All connections in use\r\n", 32);
                rb_close(F);
-               /* Re-register a new IO request for the next accept .. */
                return 0;
        }