Skip to content
Snippets Groups Projects
Commit ce40b09c authored by ajf5's avatar ajf5
Browse files

bug fix

parent d67d7089
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void *runSenderThread(void *node)
nodeOwn->activeRunning = true;
// heartbeat to introducer to join the system
Member introducer(nodeOwn->leaderIP, PORT);
Member introducer(getIP(INTRODUCER), PORT);
nodeOwn->joinSystem(introducer);
while (nodeOwn->activeRunning) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment