tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit aa08c197034a7dcd061f3c205a29dc1cb09641d3
parent 6361a250f08421aa1e6db1093aaa488ee24ce77d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 10 May 2018 08:00:35 -0400

Merge branch 'maint-0.2.9' into maint-0.3.1

Diffstat:
Achanges/ticket26062 | 3+++
Msrc/or/networkstatus.c | 1-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/ticket26062 b/changes/ticket26062 @@ -0,0 +1,3 @@ + o Minor bugfixes (client): + - Don't consider Tor running as a client if the ControlPort is open. Fixes + bug 26062; bugfix on 0.2.9.4-alpha. diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c @@ -1685,7 +1685,6 @@ any_client_port_set(const or_options_t *options) return (options->SocksPort_set || options->TransPort_set || options->NATDPort_set || - options->ControlPort_set || options->DNSPort_set); }