summaryrefslogtreecommitdiffstats
path: root/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.c')
-rw-r--r--proxy.c2
1 files changed, 1 insertions, 1 deletions
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";