]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Process statfiles when scanning message.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 Sep 2014 14:24:39 +0000 (15:24 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 Sep 2014 14:24:39 +0000 (15:24 +0100)
src/controller.c

index e687ae201978eef0f1f9ab5894e070260c9cb043..71e4afe7b3a69cffcd36d0845f2bbdcbcd373920 100644 (file)
@@ -880,6 +880,7 @@ rspamd_controller_check_fin_task (void *ud)
        struct rspamd_http_connection_entry *conn_ent;
        struct rspamd_http_message *msg;
 
+       process_statfiles (task);
        conn_ent = task->fin_arg;
        msg = rspamd_http_new_message (HTTP_RESPONSE);
        msg->date = time (NULL);