mirror of https://gitee.com/bigwinds/arangodb
remerging devel
This commit is contained in:
parent
82417a763e
commit
1f8f8d8bb9
|
@ -1525,7 +1525,7 @@ int ClusterInfo::setCollectionStatusCoordinator(
|
||||||
return TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND;
|
return TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
VPackSlice const slice = collections.value();
|
VPackSlice const slice = col;
|
||||||
if (slice.isNone()) {
|
if (slice.isNone()) {
|
||||||
return TRI_ERROR_OUT_OF_MEMORY;
|
return TRI_ERROR_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue