Fix a wide line I introduced

This commit is contained in:
Nick Mathewson
2014-11-04 09:56:46 -05:00
parent 07e06b335d
commit ce147d33f5
+2 -2
View File
@@ -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;