summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-24 12:29:31 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-24 12:29:31 -0700
commit883a216d2a5f3d3cbddd230796d15da0af9bfab7 (patch)
tree302c8e5bacb9d3c9a37f4869b40657ccb6248002 /service/OneService.cpp
parent5202fbdaf313096a7205e7bb9c14c11fc628b8f2 (diff)
downloadinfinitytier-883a216d2a5f3d3cbddd230796d15da0af9bfab7.tar.gz
infinitytier-883a216d2a5f3d3cbddd230796d15da0af9bfab7.zip
Build fixes.
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 551dc486..2c67dbf1 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -214,7 +214,7 @@ public:
_controlPlane = new ControlPlane(this,_node);
_controlPlane->addAuthToken(authToken.c_str());
if (_master)
- _controlPlane->mount("controller",_master);
+ _controlPlane->mount("controller",reinterpret_cast<ControlPlaneSubsystem *>(_master));
{ // Remember networks from previous session
std::vector<std::string> networksDotD(OSUtils::listDirectory((_homePath + ZT_PATH_SEPARATOR_S + "networks.d").c_str()));