[tor-commits] [tor/master] Clean up documentation for connection_t.address

nickm at torproject.org nickm at torproject.org
Fri Jul 17 15:44:45 UTC 2020


commit 11f125ec78c345d502ca4087c1f18d37ec1bed17
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 16 14:47:35 2020 -0400

    Clean up documentation for connection_t.address
---
 src/core/or/connection_st.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/or/connection_st.h b/src/core/or/connection_st.h
index 9968741ef5..9cc06d1ef3 100644
--- a/src/core/or/connection_st.h
+++ b/src/core/or/connection_st.h
@@ -161,7 +161,6 @@ struct connection_t {
    *
    *    * An address we're trying to resolve (as an exit).
    *    * A unix address we're trying to bind to (as a listener).
-   *    * A canonical address for an OR connection.
    **/
   char *address;
   /** Another connection that's connected to this one in lieu of a socket. */





More information about the tor-commits mailing list