mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 03:48:35 +00:00
Jarrod Johnson
79fc5faaf6
Fix problem where reordering groups did not affect inheritence
There was an optimization to skip examination of groups if it was determined that the group membership had not changed. However, this erroneously masked the examination in the case of reordered groups. Skip the optimization to cover that case at the expense of at least some needless churn. This only happens when something goes to change group membership in some way, so this shouldn't be too expensive.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%