mirror of https://gitee.com/bigwinds/arangodb
Fix a bug.
This commit is contained in:
parent
679073cf25
commit
a6bb266287
|
@ -206,6 +206,7 @@ class Searcher {
|
|||
//std::lock_guard<std::mutex> guard(_myInfo._mutex);
|
||||
Traverser::Step* s2 = _myInfo._pq.find(v);
|
||||
s2->_done = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
// std::thread _thread;
|
||||
|
|
Loading…
Reference in New Issue