]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Oops, fix endless loop
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 Aug 2018 11:32:45 +0000 (12:32 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 Aug 2018 11:32:45 +0000 (12:32 +0100)
src/libserver/task.c

index 7d00693bc25934df55dd96bf1168a6962bd1c751..82a80d0593f811aaf8661689537cc2ad9632d21e 100644 (file)
@@ -843,7 +843,6 @@ rspamd_task_process (struct rspamd_task *task, guint stages)
        if (RSPAMD_TASK_IS_SKIPPED (task)) {
                /* Set all bits except idempotent filters */
                task->processed_stages |= 0x7FFF;
-               return rspamd_task_process (task, stages);
        }
 
        task->flags &= ~RSPAMD_TASK_FLAG_PROCESSING;