summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/proxy.c')
-rw-r--r--openvpn/src/openvpn/proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/proxy.c b/openvpn/src/openvpn/proxy.c
index f7f06487..53cd1cda 100644
--- a/openvpn/src/openvpn/proxy.c
+++ b/openvpn/src/openvpn/proxy.c
@@ -478,6 +478,8 @@ http_proxy_new (const struct http_proxy_options *o)
msg (M_FATAL, "Sorry, this version of " PACKAGE_NAME " was built without NTLM Proxy support.");
#endif
+ p->preresoveld_proxy = o->preresolved_proxy;
+
p->defined = true;
return p;
}