1
0
Fork 0

fix compile error

This commit is contained in:
jsteemann 2016-09-15 10:35:21 +02:00
parent abb16eeb0f
commit 7e866a8e94
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}