summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-13 14:27:08 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-13 14:27:08 -0800
commit4b115665057a334c08e427e0f34a4e3a48514ea1 (patch)
tree7abbc2a4ba05ccdd57a920f5f5e8a43683e4ac44 /service/OneService.cpp
parentc95bae2d7389fdaff84e6c518f7f0ebbd1b46230 (diff)
downloadinfinitytier-4b115665057a334c08e427e0f34a4e3a48514ea1.tar.gz
infinitytier-4b115665057a334c08e427e0f34a4e3a48514ea1.zip
Integrate moon concept into http config bus, and clean up that code quite a bit.
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 6465463b..d56333c0 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -690,7 +690,7 @@ public:
}
#endif
- _controlPlane = new ControlPlane(this,_node,(_homePath + ZT_PATH_SEPARATOR_S "ui").c_str());
+ _controlPlane = new ControlPlane(this,_node);
_controlPlane->addAuthToken(authToken.c_str());
_controlPlane->setController(_controller);