From: rl1987 Date: Wed, 16 May 2018 15:23:42 +0000 (+0200) Subject: Avoid mentioning ticket number in comments X-Git-Tag: tor-0.3.5.1-alpha~47^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbd50f599408ae5d5e7bd7d8d63b23b9039524c7;p=thirdparty%2Ftor.git Avoid mentioning ticket number in comments --- diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index f1716ed8f0..aeaff3784a 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -146,8 +146,6 @@ * EADDRINUSE. * 2) If so, it will close the appropriate old listener connection and * 3) Attempts bind()'ing the new listener socket again. - * - * For further information, see ticket #17873. */ #if defined(__linux__) || defined(_WIN32) #define ENABLE_LISTENER_REBIND @@ -2705,8 +2703,7 @@ connection_read_proxy_handshake(connection_t *conn) * entry in ports. Add to new_conns new every connection we * launch. If we may need to perform socket rebind when creating new * listener that replaces old one, create a listener_replacement_t - * struct for affected pair and add it to replacements. For more - * information, see ticket #17873. + * struct for affected pair and add it to replacements. * * If control_listeners_only is true, then we only open control * listeners, and we do not remove any noncontrol listeners from