More build fixes.
This commit is contained in:
parent
abc82d6a52
commit
0d847d9410
2 changed files with 59 additions and 121 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue