Hi,

On 04/08/2022 13:49, Lev Stipakov wrote:
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.

Darn - must have missed this during the patch split up.

Thanks for pointing this out.

Cheers,



--
Antonio Quartulli


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

Reply via email to