mirror of https://gitee.com/bigwinds/arangodb
Fix an infinite loop.
This commit is contained in:
parent
4351089a48
commit
79b90f2e9d
|
@ -4131,8 +4131,8 @@ VPackBuilder TRI_document_collection_t::mergeObjectsForUpdate(
|
|||
key != TRI_VOC_ATTRIBUTE_ID &&
|
||||
key != TRI_VOC_ATTRIBUTE_REV) {
|
||||
newValues.emplace(it.key().copyString(), it.value());
|
||||
it.next();
|
||||
}
|
||||
it.next();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue