Commit 2256a1cc authored by aligungr's avatar aligungr

Todo added

parent a2c88fa3
......@@ -78,7 +78,7 @@ static uint16_t DiscoverNode(const std::string &node)
// If searching node exists in this file, extract port number from it.
for (auto &n : e.second.nodes)
{
if (n == node)
if (n == node) // TODO: version checking
return e.second.port;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment