summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-01 16:33:34 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-01 16:33:34 -0800
commita577b8d3816069a448a946302048a377b55cd74a (patch)
tree62a625ac0ef302e5b3ff82fed53e830592f22461 /service/OneService.cpp
parent136fddc7f1d965aa5f4e3699195b4333131747a3 (diff)
downloadinfinitytier-a577b8d3816069a448a946302048a377b55cd74a.tar.gz
infinitytier-a577b8d3816069a448a946302048a377b55cd74a.zip
Update how controller handles circuit tests -- save results to filesystem.
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 81950e26..8d8856a2 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -638,7 +638,7 @@ public:
return _termReason;
}
- _controller = new EmbeddedNetworkController(_node,(_homePath + ZT_PATH_SEPARATOR_S ZT_CONTROLLER_DB_PATH).c_str(),(FILE *)0);
+ _controller = new EmbeddedNetworkController(_node,(_homePath + ZT_PATH_SEPARATOR_S ZT_CONTROLLER_DB_PATH).c_str());
_node->setNetconfMaster((void *)_controller);
#ifdef ZT_ENABLE_CLUSTER