Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libflux/msg_handler: special case FLUX_ROLE_OWNER
Problem: it is confusing to have FLUX_ROLE_OWNER implicitly set in the message handler rolemask when the user can't manipulate that bit. Take FLUX_ROLE_OWNER out of the rolemask and special case it in call_handler() so it's more clear what is going on. The net result is the same as before - FLUX_ROLE_OWNER is always "allowed".
- Loading branch information