mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
8f90eb0a78
|
@ -484,7 +484,7 @@ namespace triagens {
|
|||
// if we did not find such an item return nullptr
|
||||
// ...........................................................................
|
||||
|
||||
if (old == nullptr) {
|
||||
if (old != nullptr) {
|
||||
healHole(b, i);
|
||||
}
|
||||
return old;
|
||||
|
|
Loading…
Reference in New Issue