mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Fix const.
This commit is contained in:
@ -253,7 +253,7 @@ RethinkDB::~RethinkDB()
|
||||
_heartbeatThread.join();
|
||||
}
|
||||
|
||||
void RethinkDB::waitForReady() const
|
||||
void RethinkDB::waitForReady()
|
||||
{
|
||||
while (_ready > 0) {
|
||||
if (!_waitNoticePrinted) {
|
||||
|
Reference in New Issue
Block a user