mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
789131d9d1
|
@ -115,7 +115,6 @@ void Constituent::termNoLock(term_t t) {
|
||||||
<< " term " << t;
|
<< " term " << t;
|
||||||
|
|
||||||
_cast = false;
|
_cast = false;
|
||||||
_votedFor = "";
|
|
||||||
Builder body;
|
Builder body;
|
||||||
body.add(VPackValue(VPackValueType::Object));
|
body.add(VPackValue(VPackValueType::Object));
|
||||||
std::ostringstream i_str;
|
std::ostringstream i_str;
|
||||||
|
|
Loading…
Reference in New Issue