summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c
index 38bc219a..95adee7f 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -268,6 +268,7 @@ static unsigned int evaluate_cache_reset(struct cmd *cmd, unsigned int flags,
{
switch (cmd->obj) {
case CMD_OBJ_RULES:
+ case CMD_OBJ_RULE:
if (filter) {
if (cmd->handle.table.name) {
filter->list.family = cmd->handle.family;