mirror of https://gitee.com/bigwinds/arangodb
bracket mistake
This commit is contained in:
parent
0e78ccefb0
commit
663a2c04be
|
@ -624,14 +624,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