diff options
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; |