mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'maint-0.2.9' into maint-0.3.1
This commit is contained in:
commit
aa08c19703
3
changes/ticket26062
Normal file
3
changes/ticket26062
Normal file
@ -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.
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user