mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-02-08 01:24:17 +08:00
More build fixes.
This commit is contained in:
@@ -100,6 +100,9 @@ Node::NodeControlClient::NodeControlClient(const char *hp,void (*resultHandler)(
|
||||
{
|
||||
_NodeControlClientImpl *impl = (_NodeControlClientImpl *)_impl;
|
||||
|
||||
if (!hp)
|
||||
hp = ZT_DEFAULTS.defaultHomePath.c_str();
|
||||
|
||||
std::string at;
|
||||
if (authToken)
|
||||
at = authToken;
|
||||
|
||||
Reference in New Issue
Block a user