mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
one more typo
svn:r3054
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ static int connection_handle_listener_read(connection_t *conn, int new_type) {
|
||||
|
||||
news = accept(conn->s,(struct sockaddr *)&remote,&remotelen);
|
||||
if (!SOCKET_IS_POLLABLE(news)) {
|
||||
/* accept() error, or two many conns to poll */
|
||||
/* accept() error, or too many conns to poll */
|
||||
int e;
|
||||
if (news>=0) {
|
||||
/* Too many conns to poll. */
|
||||
|
||||
Reference in New Issue
Block a user