mirror of https://gitee.com/bigwinds/arangodb
fix compile error
This commit is contained in:
parent
abb16eeb0f
commit
7e866a8e94
|
@ -72,7 +72,7 @@ arangodb::aql::Graph* arangodb::lookupGraphByName(TRI_vocbase_t* vocbase,
|
|||
name.c_str());
|
||||
}
|
||||
VPackSlice info = result.slice();
|
||||
if (result.isExternal()) {
|
||||
if (info.isExternal()) {
|
||||
info = info.resolveExternal();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue