diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-12-09 21:17:15 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-12-09 21:17:15 +0100 |
commit | 077f361f7a910ad0e95724a95e0d8b25af185bcc (patch) | |
tree | dc3eac4de8c10ad6627e49a694e87ff8884c2d5f /openvpn/src/openvpn/options.h | |
parent | 8fd784413142999a312d5300a1654a526b61b260 (diff) |
Update pre resolve yet again
--HG--
extra : source : d87e130c3a907b46caedc89e651c65827a3508ed
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index ddeb8b38..dafb8ff6 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -93,8 +93,6 @@ struct connection_entry const char *remote_port; const char *local; const char *remote; - struct addrinfo *preresolved_remote; - struct addrinfo *preresolved_local; bool remote_float; bool bind_defined; bool bind_ipv6_only; |