mirror of https://gitee.com/bigwinds/arangodb
bracket mistake
This commit is contained in:
parent
1e7047ecb6
commit
f6d62d9c19
|
@ -663,14 +663,14 @@ Result RestReplicationHandler::testPermissions() {
|
|||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"empty collection name");
|
||||
}
|
||||
} else {
|
||||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"invalid collection name type");
|
||||
}
|
||||
} else {
|
||||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"invalid collection name type");
|
||||
"invalid collection parameter type");
|
||||
}
|
||||
} else {
|
||||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"invalid collection parameter type");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue