Remove a stale comment.

This commit is contained in:
Jilles Tjoelker 2011-08-07 22:04:16 +02:00
parent 89bfeb8fb1
commit 2a483a807d

View 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;
}