mirror of https://gitee.com/bigwinds/arangodb
fixed compile error
This commit is contained in:
parent
58b8f1803f
commit
13a1ee4e07
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue