Remove a stale comment.
This commit is contained in:
parent
89bfeb8fb1
commit
2a483a807d
1 changed files with 0 additions and 1 deletions
|
@ -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_write(F, "ERROR :All connections in use\r\n", 32);
|
||||||
rb_close(F);
|
rb_close(F);
|
||||||
/* Re-register a new IO request for the next accept .. */
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue