Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don’t try to revoke child keys for non-existing resource classes. (#1208
) This PR adds a check whether the resource class exists before applying a “child revoke key” command. This fixes a crash where revoking a parent removed a resource class which then lead to children revoking keys for that now non-existing resource class. The change will cause to simply send an OK response to such requests.
- Loading branch information