Browse Source

r9036@Kushana: nickm | 2006-09-29 18:59:51 -0400
I am glad that arma reviews my patches.


svn:r8546

Nick Mathewson 19 years ago
parent
commit
2cb956d1f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/connection.c

+ 1 - 1
src/or/connection.c

@@ -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) {