cache: Fix iteration of rules
Incrementation of index ended up outside iteration block at earlier refactoring.
This commit is contained in:
2
server/modules/filter/cache/rules.cc
vendored
2
server/modules/filter/cache/rules.cc
vendored
@ -1352,9 +1352,9 @@ static bool cache_rule_matches_column_simple(CACHE_RULE *self, const char *defau
|
||||
{
|
||||
matches = !matches;
|
||||
}
|
||||
}
|
||||
|
||||
++i;
|
||||
}
|
||||
|
||||
if (tables)
|
||||
{
|
||||
|
Reference in New Issue
Block a user