Hi,

> +static bool
> +can_preserve_tun(struct tuntap *tt)
> +{
> +#ifdef TARGET_ANDROID
> +    return false;
> +#elif _WIN32
> +    return tt && tt->dco.real_tun_init;

Looks like dco.real_tun_init has been added in the very next patch, 22/25.


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to