1
0
Fork 0

fixed compile error

This commit is contained in:
jsteemann 2016-09-22 20:05:37 +02:00
parent 58b8f1803f
commit 13a1ee4e07
1 changed files with 1 additions and 1 deletions

View File

@ -1749,7 +1749,7 @@ OperationResult Transaction::insertCoordinator(std::string const& collectionName
errorCounter, resultBody);
if (res == TRI_ERROR_NO_ERROR) {
return clusterResultInsert(responseCode, responseCode, errorCounter);
return clusterResultInsert(responseCode, resultBody, errorCounter);
}
return OperationResult(res);
}