Merge branch 'maint-0.3.1' into maint-0.3.2

This commit is contained in:
Nick Mathewson
2018-05-10 08:02:10 -04:00
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1654,7 +1654,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 ||
options->HTTPTunnelPort_set);
}