Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broker/log.c: drop redundant rank setting
Problem: logbuf_initialize() calls flux_attr_set_cacheonly() on the "rank" attribute. The call to create_dummyattrs() right after logbuf_initialize() handles this and there is no reason to have it set early. Drop this call.
- Loading branch information