diff options
author | Linus Nordberg <linus@nordberg.se> | 2011-11-24 17:40:10 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-30 11:55:44 -0500 |
commit | 1c2c3314a9b8990533cc8632d0a02aa5f79950b6 (patch) | |
tree | 35d883fd4892396871b5330631dfc75cfe15bab5 /src/or/connection.c | |
parent | 19a82d293615f48acc2adf1aca1160982f247261 (diff) | |
download | tor-1c2c3314a9b8990533cc8632d0a02aa5f79950b6.tar tor-1c2c3314a9b8990533cc8632d0a02aa5f79950b6.tar.gz |
Add some logging and comments.
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |