]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - proxy.c
Small tweak to the new handle API: provide a `privdata' field in
[PuTTY.git] / proxy.c
diff --git a/proxy.c b/proxy.c
index a27c38ee5775f0e41ed0e79429105ca07392f014..ad3b8146ce843152ee14a9313d9d2cbbbedfff38 100644 (file)
--- 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