mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r9036@Kushana: nickm | 2006-09-29 18:59:51 -0400
I am glad that arma reviews my patches. svn:r8546
This commit is contained in:
parent
c2d304366b
commit
2cb956d1f5
@ -745,7 +745,7 @@ connection_handle_listener_read(connection_t *conn, int new_type)
|
||||
if (getsockname(news, (struct sockaddr*)addrbuf, &remotelen)<0) {
|
||||
int e = tor_socket_errno(news);
|
||||
log_warn(LD_NET, "getsockname() for new connection failed: %s",
|
||||
tor_socket_strerror(tor_socket_strerror(e)));
|
||||
tor_socket_strerror(e));
|
||||
} else {
|
||||
if (check_sockaddr_in((struct sockaddr*)addrbuf, remotelen,
|
||||
LOG_WARN) < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user