1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-08-27 10:58:45 +02:00
commit 8f90eb0a78
1 changed files with 1 additions and 1 deletions

View File

@ -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;