summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control/NodeControlService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/control/NodeControlService.cpp b/control/NodeControlService.cpp
index 67a98fe6..5d4d08d6 100644
--- a/control/NodeControlService.cpp
+++ b/control/NodeControlService.cpp
@@ -71,6 +71,7 @@ void NodeControlService::threadMain()
} else if ((_node->initialized())&&(_node->address())) {
Utils::snprintf(tmp,sizeof(tmp),"%s%.10llx",ZT_IPC_ENDPOINT_BASE,(unsigned long long)_node->address());
_listener = new IpcListener(tmp,&_CBcommandHandler,this);
+ break;
}
Thread::sleep(100); // wait for Node to start
}