diff options
Diffstat (limited to 'src/libserver/task.c')
-rw-r--r-- | src/libserver/task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libserver/task.c b/src/libserver/task.c index 53da0dae6..6b93ac810 100644 --- a/src/libserver/task.c +++ b/src/libserver/task.c @@ -727,7 +727,6 @@ rspamd_task_process (struct rspamd_task *task, guint stages) } break; - case RSPAMD_TASK_STAGE_PRE_FILTERS_EMPTY: case RSPAMD_TASK_STAGE_PRE_FILTERS: case RSPAMD_TASK_STAGE_FILTERS: all_done = rspamd_symcache_process_symbols (task, task->cfg->cache, st); |