summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2014-10-25 23:14:08 +0200
committerSven Strickroth <email@cs-ware.de>2014-10-26 17:23:51 +0100
commit974ac8c92f8f3fbfb1c3ab3f1109c0f38288dc6b (patch)
tree77ba65da63a9f0c130df66991d9fb6b23961027f
parentbe16a669f7c161802fa92c88e5d3b1099854ded8 (diff)
downloadlibgit2-csware/system_proxy.tar.gz
Disable by default, but how to allow users of the library to enable this?!csware/system_proxy
Signed-off-by: Sven Strickroth <email@cs-ware.de>
-rw-r--r--src/transports/winhttp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/winhttp.c b/src/transports/winhttp.c
index 1e7e78cf2..b774981b0 100644
--- a/src/transports/winhttp.c
+++ b/src/transports/winhttp.c
@@ -362,7 +362,7 @@ static int winhttp_stream_connect(winhttp_stream *s)
}
git__free(proxy_wide);
- } else {
+ } else if (0 == 1) { // TODO: How to enable this?!
/* try to detect default WinHTTP proxy */
WINHTTP_PROXY_INFO proxy_info;