1
0
Fork 0

remerging devel

This commit is contained in:
Kaveh Vahedipour 2016-04-29 17:17:22 +02:00
parent 82417a763e
commit 1f8f8d8bb9
1 changed files with 1 additions and 1 deletions

View File

@ -1525,7 +1525,7 @@ int ClusterInfo::setCollectionStatusCoordinator(
return TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND;
}
VPackSlice const slice = collections.value();
VPackSlice const slice = col;
if (slice.isNone()) {
return TRI_ERROR_OUT_OF_MEMORY;
}