mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a wide line I introduced
This commit is contained in:
+2
-2
@@ -4892,8 +4892,8 @@ parse_transport_line(const or_options_t *options,
|
||||
/* external */
|
||||
|
||||
/* ClientTransportPlugins connecting through a proxy is managed only. */
|
||||
if (!server &&
|
||||
(options->Socks4Proxy || options->Socks5Proxy || options->HTTPSProxy)) {
|
||||
if (!server && (options->Socks4Proxy || options->Socks5Proxy ||
|
||||
options->HTTPSProxy)) {
|
||||
log_warn(LD_CONFIG, "You have configured an external proxy with another "
|
||||
"proxy type. (Socks4Proxy|Socks5Proxy|HTTPSProxy)");
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user