mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-11 22:47:30 +00:00
b1b6c0ed6d
We currently use ConstFilter(FilterHold) to mark disabled reportings. But this condition is impossible to check (even if we make it a named function, functions are not comparable). Use DailyLimit=0 as a way to say the same. Note: previously it was used to say "no limit". This is needed for the next change that needs to understand the active last reporting.