1
0
Fork 0

Fixed errorNum whenever the vertex-handle is incorrect

This commit is contained in:
Michael Hackstein 2015-11-24 10:30:16 +01:00
parent aa8e1daaf7
commit 4c8c98524e
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ bool RestEdgesHandler::readEdges () {
if (! found || *startVertex == '\0') {
generateError(HttpResponse::BAD,
TRI_ERROR_HTTP_BAD_PARAMETER,
TRI_ERROR_ARANGO_DOCUMENT_HANDLE_BAD,
"illegal document handle");
return false;
}