diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-18 17:46:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-18 17:46:03 +0100 |
commit | 6e9bcfeda6ec1fa63643629a72a0c707c53c26e0 (patch) | |
tree | 71582e19859d5ad4557c08e660392840aed1f4e2 /src/webui.c | |
parent | 4f6b0289aeddee5f79c343749b89f728ae75b906 (diff) | |
download | rspamd-6e9bcfeda6ec1fa63643629a72a0c707c53c26e0.tar.gz rspamd-6e9bcfeda6ec1fa63643629a72a0c707c53c26e0.zip |
Classify task in webui scan method.
Diffstat (limited to 'src/webui.c')
-rw-r--r-- | src/webui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webui.c b/src/webui.c index 17762743c..ab7e711fd 100644 --- a/src/webui.c +++ b/src/webui.c @@ -396,6 +396,7 @@ http_scan_task_fin (gpointer arg) static struct timeval tv = {.tv_sec = 0, .tv_usec = 0 }; if (cbdata->task->state != WRITING_REPLY) { + process_statfiles (cbdata->task); cbdata->task->state = WRITE_REPLY; } |