From 1c2c3314a9b8990533cc8632d0a02aa5f79950b6 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 24 Nov 2011 17:40:10 +0100 Subject: Add some logging and comments. --- src/or/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/connection.c') diff --git a/src/or/connection.c b/src/or/connection.c index 897b0c9df..af8663eae 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1935,6 +1935,7 @@ retry_all_listeners(smartlist_t *replaced_conns, smartlist_free(listeners); + /* XXXprop186 should take all advertised ports into account */ if (old_or_port != router_get_advertised_or_port(options) || old_dir_port != router_get_advertised_dir_port(options, 0)) { /* Our chosen ORPort or DirPort is not what it used to be: the -- cgit v1.2.3