summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/proxy.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-06-23 22:36:17 +0200
committerArne Schwabe <arne@rfc2549.org>2013-06-23 22:36:17 +0200
commit3ae7e2a9cb06f5ddd67b1a9d8a57f8f662028422 (patch)
treeda97c8a30edf027fa69c4a81dbd7e418c1b65022 /openvpn/src/openvpn/proxy.c
parent0e76e955ba4848b18ee458cb9f53cc8e64671146 (diff)
Sync OpenVPN to master
Diffstat (limited to 'openvpn/src/openvpn/proxy.c')
-rw-r--r--openvpn/src/openvpn/proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/proxy.c b/openvpn/src/openvpn/proxy.c
index b4c917a8..533e747e 100644
--- a/openvpn/src/openvpn/proxy.c
+++ b/openvpn/src/openvpn/proxy.c
@@ -439,7 +439,6 @@ struct http_proxy_info *
http_proxy_new (const struct http_proxy_options *o)
{
struct http_proxy_info *p;
- struct http_proxy_options opt;
if (!o || !o->server)
msg (M_FATAL, "HTTP_PROXY: server not specified");