X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=proxy.c;h=ad3b8146ce843152ee14a9313d9d2cbbbedfff38;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=a27c38ee5775f0e41ed0e79429105ca07392f014;hpb=f70efc5cc6ae0e86b3354ec4ef71ea04bd0d84d9;p=PuTTY.git diff --git a/proxy.c b/proxy.c index a27c38ee..ad3b8146 100644 --- a/proxy.c +++ b/proxy.c @@ -16,9 +16,7 @@ #define do_proxy_dns(cfg) \ (cfg->proxy_dns == FORCE_ON || \ - (cfg->proxy_dns == AUTO && \ - cfg->proxy_type != PROXY_SOCKS4 && \ - cfg->proxy_type != PROXY_SOCKS5)) + (cfg->proxy_dns == AUTO && cfg->proxy_type != PROXY_SOCKS4)) /* * Call this when proxy negotiation is complete, so that this