1
0
Fork 0

bracket mistake

This commit is contained in:
hkernbach 2019-12-02 17:44:42 +01:00
parent 1e7047ecb6
commit f6d62d9c19
1 changed files with 4 additions and 4 deletions

View File

@ -663,7 +663,6 @@ 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");
@ -674,6 +673,7 @@ Result RestReplicationHandler::testPermissions() {
}
}
}
}
return Result(TRI_ERROR_NO_ERROR);
}