Skip to content

Commit

Permalink
fix tarsnode compiler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Jan 11, 2021
1 parent dd5f411 commit 572d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeServer/KeepAliveThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void KeepAliveThread::run()
}

//注册node信息
if (_registryPrx && bRegistered == false && !nodeInfo.nodeName.empty())
if (_registryPrx && bRegistered == false && !_nodeInfo.nodeName.empty())
{
bRegistered = registerNode();
}
Expand Down

0 comments on commit 572d586

Please sign in to comment.