Skip to content

rts: Fix CNF dirtying logic

Ben Gamari requested to merge wip/T17297 into master

Previously due to a silly implementation bug CNFs would never have their dirty flag set, resulting in their being added again and again to the mut_list. Fix this.

Fixes #17297 (closed).

Merge request reports