From 657ecf14acc58a6d345341a5e36411bde5be9cd9 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 25 Apr 2007 21:37:49 +0000 Subject: TAP driver now passes signing tests on Vista x64. Added new settings to settings.in to better control build process. Removed some unneeded JYFIXMEs from source code. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1874 e7ae566f-a301-0410-adde-c780ea21d3b5 --- proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy.c') diff --git a/proxy.c b/proxy.c index d2cc34b..8b208a6 100644 --- a/proxy.c +++ b/proxy.c @@ -748,7 +748,7 @@ get_proxy_settings (char **err, struct gc_arena *gc) if (err) *err = string_alloc ("PROXY: automatic detection not supported on this OS", gc); return NULL; -#else /* JYFIXME, test --auto-proxy feature */ +#else /* test --auto-proxy feature */ struct auto_proxy_info *pi; ALLOC_OBJ_CLEAR_GC (pi, struct auto_proxy_info, gc); pi->http.server = "10.10.0.2"; -- cgit v1.2.3