More build fixes.

This commit is contained in:
Adam Ierymenko 2014-03-19 15:29:00 -07:00
parent abc82d6a52
commit 0d847d9410
2 changed files with 59 additions and 121 deletions

View file

@ -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;