mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Get oidc lib compiled into main binary on Windows
This commit is contained in:
@ -3334,7 +3334,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
#ifdef _WIN32
|
||||
if (n->second.tap->friendlyName() == ifname)
|
||||
if (n->second.tap()->friendlyName() == ifname)
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user