Hi, > -----Original Message----- > From: Lev Stipakov [mailto:[email protected]] > Sent: Thursday, November 7, 2019 6:45 PM > To: [email protected] > Cc: Lev Stipakov <[email protected]> > Subject: [Openvpn-devel] [PATCH v2 7/7] wintun: clear adapter settings on tun > close > > } > + else > + if (tt->wintun) > + { > + netsh_delete_address_dns(tt, false, &gc); > + } > #endif
if (tt->wintun && tt->options.msg_channel)
{
...
}
else
if (tt->ipapi_context_defined)
{
...
}
else
if (tt->wintun)
{
...
}
This construct got a bit convoluted.
Otherwise, LGTM.
Best regards,
Simon
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
