diff options
Diffstat (limited to 'openvpn/src')
| -rw-r--r-- | openvpn/src/openvpn/options.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/openvpn/src/openvpn/options.c b/openvpn/src/openvpn/options.c index 8b98b45f..e551c308 100644 --- a/openvpn/src/openvpn/options.c +++ b/openvpn/src/openvpn/options.c @@ -4410,11 +4410,6 @@ add_option (struct options *options,        options->ignore_unknown_option[i] = NULL;      } -  else if (streq (p[0], "remote-ip-hint") && p[1]) -    { -      VERIFY_PERMISSION (OPT_P_GENERAL); -      options->remote_ip_hint = p[1]; -    }  #if HTTP_PROXY_OVERRIDE    else if (streq (p[0], "http-proxy-override") && p[1] && p[2])      { | 
