fix memory init issue
and another place where dns data needs to be copied
This commit is contained in:
@@ -687,4 +687,9 @@ void MacKextEthernetTap::threadMain()
|
||||
}
|
||||
}
|
||||
|
||||
void MacKextEthernetTap::setDns(const char *domain, const std::vector<InetAddress> &servers)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
Reference in New Issue
Block a user